4 instantiations of MARGINS
PresentationFramework (4)
System\Windows\Appearance\WindowBackdropManager.cs (2)
128
MARGINS margins = new
MARGINS
();
131
margins = new
MARGINS
{ cxLeftWidth = -1, cxRightWidth = -1, cyTopHeight = -1, cyBottomHeight = -1 };
System\Windows\Shell\WindowChromeWorker.cs (2)
996
var dwmMargin = new
MARGINS
1153
var dwmMargin = new
MARGINS
();
5 references to MARGINS
PresentationFramework (5)
System\Windows\Appearance\WindowBackdropManager.cs (1)
128
MARGINS
margins = new MARGINS();
System\Windows\Shell\WindowChromeWorker.cs (2)
996
var
dwmMargin = new MARGINS
1153
var
dwmMargin = new MARGINS();
System\Windows\Standard\NativeMethods.cs (2)
2507
private static extern int _DwmExtendFrameIntoClientArea(IntPtr hwnd, ref
MARGINS
pMarInset);
2516
public static int DwmExtendFrameIntoClientArea(IntPtr hwnd, ref
MARGINS
pMarInset)