4 instantiations of MARGINS
PresentationFramework (4)
System\Windows\Appearance\WindowBackdropManager.cs (2)
126
MARGINS margins = new
MARGINS
();
129
margins = new
MARGINS
{ cxLeftWidth = -1, cxRightWidth = -1, cyTopHeight = -1, cyBottomHeight = -1 };
System\Windows\Shell\WindowChromeWorker.cs (2)
1002
var dwmMargin = new
MARGINS
1159
var dwmMargin = new
MARGINS
();
4 references to MARGINS
PresentationFramework (4)
System\Windows\Appearance\WindowBackdropManager.cs (1)
126
MARGINS
margins = new MARGINS();
System\Windows\Shell\WindowChromeWorker.cs (2)
1002
var
dwmMargin = new MARGINS
1159
var
dwmMargin = new MARGINS();
System\Windows\Standard\NativeMethods.cs (1)
2515
public static extern int DwmExtendFrameIntoClientArea(IntPtr hwnd, ref
MARGINS
pMarInset);