3 references to DwmExtendFrameIntoClientArea
PresentationFramework (3)
System\Windows\Appearance\WindowBackdropManager.cs (1)
132
var dwmApiResult = NativeMethods.
DwmExtendFrameIntoClientArea
(hwnd, ref margins);
System\Windows\Shell\WindowChromeWorker.cs (2)
1011
NativeMethods.
DwmExtendFrameIntoClientArea
(_hwnd, ref dwmMargin);
1160
NativeMethods.
DwmExtendFrameIntoClientArea
(_hwnd, ref dwmMargin);