6 references to MarginProperty
System.Windows.Forms (3)
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
625public unsafe Padding GetMargins(IDeviceContext dc, MarginProperty prop)
Validation.cs (2)
852public static void Validate(System.Windows.Forms.VisualStyles.MarginProperty enumToValidate, string parameterName = "value") 856ReportEnumValidationError(parameterName, intValue, typeof(System.Windows.Forms.VisualStyles.MarginProperty));
System.Windows.Forms.Design (2)
Validation.cs (2)
852public static void Validate(System.Windows.Forms.VisualStyles.MarginProperty enumToValidate, string parameterName = "value") 856ReportEnumValidationError(parameterName, intValue, typeof(System.Windows.Forms.VisualStyles.MarginProperty));
System.Windows.Forms.Tests (1)
System\Windows\Forms\VisualStyles\VisualStyleRendererTests.cs (1)
510renderer.GetMargins(graphics, MarginProperty.SizingMargins);