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)
106typeof(WindowChromeWorker), 107typeof(WindowChromeWorker), 113var cw = (WindowChromeWorker)e.NewValue; 201public static WindowChromeWorker GetWindowChromeWorker(Window window) 204return (WindowChromeWorker)window.GetValue(WindowChromeWorkerProperty); 208public static void SetWindowChromeWorker(Window window, WindowChromeWorker chrome)
System\Windows\Window.cs (2)
1719/// The primary consumer of this event is <see cref="System.Windows.Shell.WindowChromeWorker"/>, 1723/// not passed along to the <see cref="Shell.WindowChromeWorker"/> via this event.