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