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