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)
44
private const ErrorIconAlignment DefaultIconAlignment = ErrorIconAlignment.
MiddleRight
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ErrorProviderTests.cs (2)
972
Assert.Equal(ErrorIconAlignment.
MiddleRight
, provider.GetIconAlignment(control));
975
Assert.Equal(ErrorIconAlignment.
MiddleRight
, provider.GetIconAlignment(control));