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