10 references to GetOurSize
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (10)
1680Size size = GetOurSize(); 1911Size size = GetOurSize(); 2128int widthPS = GetOurSize().Width; 3337Size size = GetOurSize(); 4258int maxRows = (int)Math.Ceiling(((double)GetOurSize().Height) / (1 + RowHeight)); 4465Size size = GetOurSize(); 4469size = GetOurSize(); 4492_labelRatio = GetOurSize().Width / (double)(oldWidth - _location.X); 4870Size size = GetOurSize(); 4879_labelRatio = GetOurSize().Width / (double)(_labelWidth - _location.X);