1 instantiation of WindowChrome
PresentationFramework (1)
System\Windows\Shell\WindowChrome.cs (1)
312return new WindowChrome();
23 references to WindowChrome
PresentationFramework (23)
System\Windows\Shell\WindowChrome.cs (19)
58typeof(WindowChrome), 59typeof(WindowChrome), 74var newChrome = (WindowChrome)e.NewValue; 94public static WindowChrome GetWindowChrome(Window window) 97return (WindowChrome)window.GetValue(WindowChromeProperty); 102public static void SetWindowChrome(Window window, WindowChrome chrome) 111typeof(WindowChrome), 143typeof(WindowChrome), 179typeof(WindowChrome), 182(d, e) => ((WindowChrome)d)._OnPropertyChangedThatRequiresRepaint()), 195typeof(WindowChrome), 208typeof(WindowChrome), 211(d, e) => ((WindowChrome)d)._OnPropertyChangedThatRequiresRepaint(), 235typeof(WindowChrome), 247typeof(WindowChrome), 250(d, e) => ((WindowChrome)d)._OnPropertyChangedThatRequiresRepaint()), 262typeof(WindowChrome), 265(d, e) => ((WindowChrome)d)._OnPropertyChangedThatRequiresRepaint()),
System\Windows\Shell\WindowChromeWorker.cs (4)
56private WindowChrome _chromeInfo; 97public void SetWindowChrome(WindowChrome newChrome) 673if (WindowChrome.GetIsHitTestVisibleInChrome(inputElement)) 679ResizeGripDirection direction = WindowChrome.GetResizeGripDirection(inputElement);