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