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