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; 1682if (x < 0 || x > size.Width + _location.X) 1688if (x > LabelWidth + _location.X) 1693pt.Y = (y - _location.Y) / (1 + RowHeight); 1913rect.X = _location.X; 1930rect.X = _location.X + LabelWidth; 1934rect.Y = row * (RowHeight + 1) + 1 + _location.Y; 2129int startPS = _location.X; 3338Point location = _location; 4474_labelWidth = _location.X + (int)(size.Width / _labelRatio); 4492_labelRatio = GetOurSize().Width / (double)(oldWidth - _location.X); 4873if (_labelWidth > _location.X + size.Width) 4875_labelWidth = _location.X + (int)(size.Width / _labelRatio); 4879_labelRatio = GetOurSize().Width / (double)(_labelWidth - _location.X);