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