10 references to GetOurSize
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (10)
1675
Size size =
GetOurSize
();
1906
Size size =
GetOurSize
();
2123
int widthPS =
GetOurSize
().Width;
3326
Size size =
GetOurSize
();
4247
int maxRows = (int)Math.Ceiling(((double)
GetOurSize
().Height) / (1 + RowHeight));
4454
Size size =
GetOurSize
();
4458
size =
GetOurSize
();
4481
_labelRatio =
GetOurSize
().Width / (double)(oldWidth - _location.X);
4859
Size size =
GetOurSize
();
4868
_labelRatio =
GetOurSize
().Width / (double)(_labelWidth - _location.X);