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; 3287Size size = GetOurSize(); 4208int maxRows = (int)Math.Ceiling(((double)GetOurSize().Height) / (1 + RowHeight)); 4421Size size = GetOurSize(); 4425size = GetOurSize(); 4448_labelRatio = GetOurSize().Width / (double)(oldWidth - _location.X); 4826Size size = GetOurSize(); 4835_labelRatio = GetOurSize().Width / (double)(_labelWidth - _location.X);