1 instantiation of MARGINS
System.Windows.Forms (1)
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
830
NativeMethods.MARGINS margins = new NativeMethods.
MARGINS
();
2 references to MARGINS
System.Windows.Forms (2)
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
817
public static extern int GetThemeMargins(HandleRef hTheme, HandleRef hDC, int iPartId, int iStateId, int iPropId, ref NativeMethods.
MARGINS
margins);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
830
NativeMethods.
MARGINS
margins = new NativeMethods.MARGINS();