15 references to _location
System.Windows.Forms (15)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (15)
1097
return
_location
.X + GetEntryLabelIndent(gridEntry) + size.Width;
1108
return length >
_location
.X + LabelWidth;
1677
if (x < 0 || x > size.Width +
_location
.X)
1683
if (x > LabelWidth +
_location
.X)
1688
pt.Y = (y -
_location
.Y) / (1 + RowHeight);
1908
rect.X =
_location
.X;
1925
rect.X =
_location
.X + LabelWidth;
1929
rect.Y = row * (RowHeight + 1) + 1 +
_location
.Y;
2124
int startPS =
_location
.X;
3327
Point location =
_location
;
4463
_labelWidth =
_location
.X + (int)(size.Width / _labelRatio);
4481
_labelRatio = GetOurSize().Width / (double)(oldWidth -
_location
.X);
4862
if (_labelWidth >
_location
.X + size.Width)
4864
_labelWidth =
_location
.X + (int)(size.Width / _labelRatio);
4868
_labelRatio = GetOurSize().Width / (double)(_labelWidth -
_location
.X);