15 references to _location
System.Windows.Forms (15)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (15)
1096return _location.X + GetEntryLabelIndent(gridEntry) + size.Width; 1107return length > _location.X + LabelWidth; 1676if (x < 0 || x > size.Width + _location.X) 1682if (x > LabelWidth + _location.X) 1687pt.Y = (y - _location.Y) / (1 + RowHeight); 1907rect.X = _location.X; 1924rect.X = _location.X + LabelWidth; 1928rect.Y = row * (RowHeight + 1) + 1 + _location.Y; 2123int startPS = _location.X; 3326Point location = _location; 4462_labelWidth = _location.X + (int)(size.Width / _labelRatio); 4480_labelRatio = GetOurSize().Width / (double)(oldWidth - _location.X); 4861if (_labelWidth > _location.X + size.Width) 4863_labelWidth = _location.X + (int)(size.Width / _labelRatio); 4867_labelRatio = GetOurSize().Width / (double)(_labelWidth - _location.X);