1 instantiation of WindowChrome
PresentationFramework (1)
System\Windows\Shell\WindowChrome.cs (1)
309return new WindowChrome();
23 references to WindowChrome
PresentationFramework (23)
System\Windows\Shell\WindowChrome.cs (19)
55typeof(WindowChrome), 56typeof(WindowChrome), 71var newChrome = (WindowChrome)e.NewValue; 91public static WindowChrome GetWindowChrome(Window window) 94return (WindowChrome)window.GetValue(WindowChromeProperty); 99public static void SetWindowChrome(Window window, WindowChrome chrome) 108typeof(WindowChrome), 140typeof(WindowChrome), 176typeof(WindowChrome), 179(d, e) => ((WindowChrome)d)._OnPropertyChangedThatRequiresRepaint()), 192typeof(WindowChrome), 205typeof(WindowChrome), 208(d, e) => ((WindowChrome)d)._OnPropertyChangedThatRequiresRepaint(), 232typeof(WindowChrome), 244typeof(WindowChrome), 247(d, e) => ((WindowChrome)d)._OnPropertyChangedThatRequiresRepaint()), 259typeof(WindowChrome), 262(d, e) => ((WindowChrome)d)._OnPropertyChangedThatRequiresRepaint()),
System\Windows\Shell\WindowChromeWorker.cs (4)
45private WindowChrome _chromeInfo; 75public void SetWindowChrome(WindowChrome newChrome) 496if (WindowChrome.GetIsHitTestVisibleInChrome(inputElement)) 502ResizeGripDirection direction = WindowChrome.GetResizeGripDirection(inputElement);