10 references to GetOurSize
System.Windows.Forms (10)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (10)
1921Size size = this.GetOurSize(); 2135Size size = this.GetOurSize(); 2347int widthPS = GetOurSize().Width; 3490Size size = this.GetOurSize(); 4318int maxRows = (int)Math.Ceiling(((double)GetOurSize().Height)/(1+RowHeight)); 4528Size size = this.GetOurSize(); 4532size = this.GetOurSize(); 4553labelRatio = ((double) GetOurSize().Width / (double) (oldWidth - ptOurLocation.X)); 4894Size size = GetOurSize(); 4900labelRatio = ((double) GetOurSize().Width / (double) (labelWidth - ptOurLocation.X));