2 writes to mirrordcExtent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ErrorProvider.cs (2)
1034mirrordcExtent = mirrordc.ViewportExtent; 1054mirrordcExtent = Size.Empty;
3 references to mirrordcExtent
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ErrorProvider.cs (3)
1038mirrordc.ViewportExtent = new Size(-(mirrordcExtent.Width), mirrordcExtent.Height); 1046mirrordc.ViewportExtent = mirrordcExtent;