7 references to MiddleRight
System.Windows.Forms (5)
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.cs (4)
182
return ErrorIconAlignment.
MiddleRight
;
187
case ErrorIconAlignment.
MiddleRight
:
219
case ErrorIconAlignment.
MiddleRight
:
232
case ErrorIconAlignment.
MiddleRight
:
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
45
private const ErrorIconAlignment DefaultIconAlignment = ErrorIconAlignment.
MiddleRight
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ErrorProviderTests.cs (2)
974
Assert.Equal(ErrorIconAlignment.
MiddleRight
, provider.GetIconAlignment(control));
977
Assert.Equal(ErrorIconAlignment.
MiddleRight
, provider.GetIconAlignment(control));