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