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