15 references to _location
System.Windows.Forms (15)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (15)
1073
return
_location
.X + GetEntryLabelIndent(gridEntry) + size.Width;
1084
return length >
_location
.X + LabelWidth;
1653
if (x < 0 || x > size.Width +
_location
.X)
1659
if (x > LabelWidth +
_location
.X)
1664
pt.Y = (y -
_location
.Y) / (1 + RowHeight);
1884
rect.X =
_location
.X;
1901
rect.X =
_location
.X + LabelWidth;
1905
rect.Y = row * (RowHeight + 1) + 1 +
_location
.Y;
2100
int startPS =
_location
.X;
3288
Point location =
_location
;
4430
_labelWidth =
_location
.X + (int)(size.Width / _labelRatio);
4448
_labelRatio = GetOurSize().Width / (double)(oldWidth -
_location
.X);
4829
if (_labelWidth >
_location
.X + size.Width)
4831
_labelWidth =
_location
.X + (int)(size.Width / _labelRatio);
4835
_labelRatio = GetOurSize().Width / (double)(_labelWidth -
_location
.X);