15 references to _location
System.Windows.Forms (15)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (15)
1096
return
_location
.X + GetEntryLabelIndent(gridEntry) + size.Width;
1107
return length >
_location
.X + LabelWidth;
1682
if (x < 0 || x > size.Width +
_location
.X)
1688
if (x > LabelWidth +
_location
.X)
1693
pt.Y = (y -
_location
.Y) / (1 + RowHeight);
1913
rect.X =
_location
.X;
1930
rect.X =
_location
.X + LabelWidth;
1934
rect.Y = row * (RowHeight + 1) + 1 +
_location
.Y;
2129
int startPS =
_location
.X;
3338
Point location =
_location
;
4474
_labelWidth =
_location
.X + (int)(size.Width / _labelRatio);
4492
_labelRatio = GetOurSize().Width / (double)(oldWidth -
_location
.X);
4873
if (_labelWidth >
_location
.X + size.Width)
4875
_labelWidth =
_location
.X + (int)(size.Width / _labelRatio);
4879
_labelRatio = GetOurSize().Width / (double)(_labelWidth -
_location
.X);