3 writes to requestedWidth
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Label.cs (3)
119requestedWidth = Width; 1051requestedWidth = saveWidth; 1674requestedWidth = width;
1 reference to requestedWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Label.cs (1)
1044int saveWidth = requestedWidth;