1 write to provider
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
898
this.
provider
= provider;
11 references to provider
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ErrorProvider.cs (11)
1073
Rectangle bounds = item.GetIconBounds(
provider
.Region.Size);
1074
SafeNativeMethods.DrawIconEx(new HandleRef(this, mirrordc.Hdc), bounds.X - windowBounds.X, bounds.Y - windowBounds.Y, new HandleRef(
provider
.Region,
provider
.Region.IconHandle), bounds.Width, bounds.Height, 0, NativeMethods.NullHandleRef, NativeMethods.DI_NORMAL);
1099
if (blinkPhase == 0 &&
provider
.BlinkStyle != ErrorBlinkStyle.AlwaysBlink) {
1156
timer.Interval =
provider
.BlinkRate;
1175
IconRegion iconRegion =
provider
.Region;
1198
switch (
provider
.BlinkStyle) {
1208
showIcon = ((i & 1) == 0) ==
provider
.showIcon;
1228
if (
provider
.RightToLeft) {
1239
provider
.showIcon = !
provider
.showIcon;