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