1 instantiation of WindowChrome
PresentationFramework (1)
System\Windows\Shell\WindowChrome.cs (1)
308return new WindowChrome();
23 references to WindowChrome
PresentationFramework (23)
System\Windows\Shell\WindowChrome.cs (19)
54typeof(WindowChrome), 55typeof(WindowChrome), 70var newChrome = (WindowChrome)e.NewValue; 90public static WindowChrome GetWindowChrome(Window window) 93return (WindowChrome)window.GetValue(WindowChromeProperty); 98public static void SetWindowChrome(Window window, WindowChrome chrome) 107typeof(WindowChrome), 139typeof(WindowChrome), 175typeof(WindowChrome), 178(d, e) => ((WindowChrome)d)._OnPropertyChangedThatRequiresRepaint()), 191typeof(WindowChrome), 204typeof(WindowChrome), 207(d, e) => ((WindowChrome)d)._OnPropertyChangedThatRequiresRepaint(), 231typeof(WindowChrome), 243typeof(WindowChrome), 246(d, e) => ((WindowChrome)d)._OnPropertyChangedThatRequiresRepaint()), 258typeof(WindowChrome), 261(d, e) => ((WindowChrome)d)._OnPropertyChangedThatRequiresRepaint()),
System\Windows\Shell\WindowChromeWorker.cs (4)
44private WindowChrome _chromeInfo; 74public void SetWindowChrome(WindowChrome newChrome) 495if (WindowChrome.GetIsHitTestVisibleInChrome(inputElement)) 501ResizeGripDirection direction = WindowChrome.GetResizeGripDirection(inputElement);