34 references to ErrorIconAlignment
System.Windows.Forms (34)
_generated\1\Validation.cs (2)
634public static void Validate(System.Windows.Forms.ErrorIconAlignment enumToValidate, string parameterName = "value") 638ReportEnumValidationError(parameterName, intValue, typeof(System.Windows.Forms.ErrorIconAlignment));
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.cs (28)
21private ErrorIconAlignment _iconAlignment; 151public ErrorIconAlignment IconAlignment 173internal ErrorIconAlignment RTLTranslateIconAlignment(ErrorIconAlignment align) 179case ErrorIconAlignment.TopLeft: 180return ErrorIconAlignment.TopRight; 181case ErrorIconAlignment.MiddleLeft: 182return ErrorIconAlignment.MiddleRight; 183case ErrorIconAlignment.BottomLeft: 184return ErrorIconAlignment.BottomRight; 185case ErrorIconAlignment.TopRight: 186return ErrorIconAlignment.TopLeft; 187case ErrorIconAlignment.MiddleRight: 188return ErrorIconAlignment.MiddleLeft; 189case ErrorIconAlignment.BottomRight: 190return ErrorIconAlignment.BottomLeft; 213case ErrorIconAlignment.TopLeft: 214case ErrorIconAlignment.MiddleLeft: 215case ErrorIconAlignment.BottomLeft: 218case ErrorIconAlignment.TopRight: 219case ErrorIconAlignment.MiddleRight: 220case ErrorIconAlignment.BottomRight: 227case ErrorIconAlignment.TopLeft: 228case ErrorIconAlignment.TopRight: 231case ErrorIconAlignment.MiddleLeft: 232case ErrorIconAlignment.MiddleRight: 235case ErrorIconAlignment.BottomLeft: 236case ErrorIconAlignment.BottomRight:
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (4)
45private const ErrorIconAlignment DefaultIconAlignment = ErrorIconAlignment.MiddleRight; 745public ErrorIconAlignment GetIconAlignment(Control control) => EnsureControlItem(control).IconAlignment; 796public void SetIconAlignment(Control control, ErrorIconAlignment value)