1 instantiation of WindowChrome
PresentationFramework (1)
src\Framework\System\Windows\Shell\WindowChrome.cs (1)
310return new WindowChrome();
23 references to WindowChrome
PresentationFramework (23)
src\Framework\System\Windows\Shell\WindowChrome.cs (19)
56typeof(WindowChrome), 57typeof(WindowChrome), 72var newChrome = (WindowChrome)e.NewValue; 92public static WindowChrome GetWindowChrome(Window window) 95return (WindowChrome)window.GetValue(WindowChromeProperty); 100public static void SetWindowChrome(Window window, WindowChrome chrome) 109typeof(WindowChrome), 141typeof(WindowChrome), 177typeof(WindowChrome), 180(d, e) => ((WindowChrome)d)._OnPropertyChangedThatRequiresRepaint()), 193typeof(WindowChrome), 206typeof(WindowChrome), 209(d, e) => ((WindowChrome)d)._OnPropertyChangedThatRequiresRepaint(), 233typeof(WindowChrome), 245typeof(WindowChrome), 248(d, e) => ((WindowChrome)d)._OnPropertyChangedThatRequiresRepaint()), 260typeof(WindowChrome), 263(d, e) => ((WindowChrome)d)._OnPropertyChangedThatRequiresRepaint()),
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (4)
63private WindowChrome _chromeInfo; 120public void SetWindowChrome(WindowChrome newChrome) 782if (WindowChrome.GetIsHitTestVisibleInChrome(inputElement)) 788ResizeGripDirection direction = WindowChrome.GetResizeGripDirection(inputElement);