1 write to IconAlignment
System.Windows.Forms (1)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
807EnsureControlItem(control).IconAlignment = value;
3 references to IconAlignment
System.Windows.Forms (3)
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.cs (2)
211switch (RTLTranslateIconAlignment(IconAlignment)) 225switch (IconAlignment)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
754public ErrorIconAlignment GetIconAlignment(Control control) => EnsureControlItem(control).IconAlignment;