Forge
csharpdeeb25a2
1namespace CascadeIDE.Features.Shell;
2
3/// <summary>
4/// Зависимые presentation-свойства на <see cref="ViewModels.MainWindowViewModel"/> при смене полей <see cref="ShellChromeViewModel"/>.
5/// </summary>
6internal static class ShellChromePresentationRelay
7{
8 public static ReadOnlySpan<string> GetDependents(string sourcePropertyName) =>
9 ShellChromePresentationNotifyMap.GetDependents(sourcePropertyName);
10}
11
View only · write via MCP/CIDE