2 instantiations of MARGINS
PresentationFramework (2)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (2)
1420
var dwmMargin = new
MARGINS
1569
var dwmMargin = new
MARGINS
();
3 references to MARGINS
PresentationFramework (3)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (2)
1420
var
dwmMargin = new MARGINS
1569
var
dwmMargin = new MARGINS();
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
2767
public static extern void DwmExtendFrameIntoClientArea(IntPtr hwnd, ref
MARGINS
pMarInset);