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