1 write to _lastClientRectangle
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
144_lastClientRectangle = currentClientRectangle;
5 references to _lastClientRectangle
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (5)
122if (!_lastClientRectangle.IsEmpty && currentClientRectangle.Width > _lastClientRectangle.Width) 125_lastClientRectangle.Width - 1, 127currentClientRectangle.Width - _lastClientRectangle.Width + 1, 128_lastClientRectangle.Height));