1 instantiation of WindowChromeWorker
PresentationFramework (1)
System\Windows\Shell\WindowChrome.cs (1)
82chromeWorker = new WindowChromeWorker();
12 references to WindowChromeWorker
PresentationFramework (12)
System\Windows\Shell\WindowChrome.cs (3)
79WindowChromeWorker chromeWorker = WindowChromeWorker.GetWindowChromeWorker(window); 83WindowChromeWorker.SetWindowChromeWorker(window, chromeWorker);
System\Windows\Shell\WindowChromeWorker.cs (7)
107typeof(WindowChromeWorker), 108typeof(WindowChromeWorker), 114var cw = (WindowChromeWorker)e.NewValue; 202public static WindowChromeWorker GetWindowChromeWorker(Window window) 205return (WindowChromeWorker)window.GetValue(WindowChromeWorkerProperty); 209public static void SetWindowChromeWorker(Window window, WindowChromeWorker chrome)
System\Windows\Window.cs (2)
1726/// The primary consumer of this event is <see cref="System.Windows.Shell.WindowChromeWorker"/>, 1730/// not passed along to the <see cref="Shell.WindowChromeWorker"/> via this event.