1 instantiation of WindowChromeWorker
PresentationFramework (1)
src\Framework\System\Windows\Shell\WindowChrome.cs (1)
83chromeWorker = new WindowChromeWorker();
12 references to WindowChromeWorker
PresentationFramework (12)
src\Framework\System\Windows\Shell\WindowChrome.cs (3)
80WindowChromeWorker chromeWorker = WindowChromeWorker.GetWindowChromeWorker(window); 84WindowChromeWorker.SetWindowChromeWorker(window, chromeWorker);
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (7)
158typeof(WindowChromeWorker), 159typeof(WindowChromeWorker), 171var cw = (WindowChromeWorker)e.NewValue; 280public static WindowChromeWorker GetWindowChromeWorker(Window window) 283return (WindowChromeWorker)window.GetValue(WindowChromeWorkerProperty); 287public static void SetWindowChromeWorker(Window window, WindowChromeWorker chrome)
src\Framework\System\Windows\Window.cs (2)
1783/// The primary consumer of this event is <see cref="System.Windows.Shell.WindowChromeWorker"/>, 1787/// not passed along to the <see cref="Shell.WindowChromeWorker"/> via this event.