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