10 references to GetOurSize
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (10)
1651Size size = GetOurSize(); 1882Size size = GetOurSize(); 2099int widthPS = GetOurSize().Width; 3292Size size = GetOurSize(); 4210int maxRows = (int)Math.Ceiling(((double)GetOurSize().Height) / (1 + RowHeight)); 4430Size size = GetOurSize(); 4434size = GetOurSize(); 4457_labelRatio = GetOurSize().Width / (double)(oldWidth - _location.X); 4835Size size = GetOurSize(); 4844_labelRatio = GetOurSize().Width / (double)(_labelWidth - _location.X);