10 references to GetOurSize
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (10)
1674Size size = GetOurSize(); 1905Size size = GetOurSize(); 2122int widthPS = GetOurSize().Width; 3325Size size = GetOurSize(); 4246int maxRows = (int)Math.Ceiling(((double)GetOurSize().Height) / (1 + RowHeight)); 4453Size size = GetOurSize(); 4457size = GetOurSize(); 4480_labelRatio = GetOurSize().Width / (double)(oldWidth - _location.X); 4858Size size = GetOurSize(); 4867_labelRatio = GetOurSize().Width / (double)(_labelWidth - _location.X);