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