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)
120
if (!
_lastClientRectangle
.IsEmpty && currentClientRectangle.Width >
_lastClientRectangle
.Width)
123
_lastClientRectangle
.Width - 1,
125
currentClientRectangle.Width -
_lastClientRectangle
.Width + 1,
126
_lastClientRectangle
.Height));