1 instantiation of WindowChromeWorker
PresentationFramework (1)
System\Windows\Shell\WindowChrome.cs (1)
81chromeWorker = new WindowChromeWorker();
12 references to WindowChromeWorker
PresentationFramework (12)
System\Windows\Shell\WindowChrome.cs (3)
78WindowChromeWorker chromeWorker = WindowChromeWorker.GetWindowChromeWorker(window); 82WindowChromeWorker.SetWindowChromeWorker(window, chromeWorker);
System\Windows\Shell\WindowChromeWorker.cs (7)
99typeof(WindowChromeWorker), 100typeof(WindowChromeWorker), 106var cw = (WindowChromeWorker)e.NewValue; 191public static WindowChromeWorker GetWindowChromeWorker(Window window) 194return (WindowChromeWorker)window.GetValue(WindowChromeWorkerProperty); 198public static void SetWindowChromeWorker(Window window, WindowChromeWorker chrome)
System\Windows\Window.cs (2)
1713/// The primary consumer of this event is <see cref="System.Windows.Shell.WindowChromeWorker"/>, 1717/// not passed along to the <see cref="Shell.WindowChromeWorker"/> via this event.