10 references to GetOurSize
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (10)
1651
Size size =
GetOurSize
();
1882
Size size =
GetOurSize
();
2099
int widthPS =
GetOurSize
().Width;
3287
Size size =
GetOurSize
();
4208
int maxRows = (int)Math.Ceiling(((double)
GetOurSize
().Height) / (1 + RowHeight));
4415
Size size =
GetOurSize
();
4419
size =
GetOurSize
();
4442
_labelRatio =
GetOurSize
().Width / (double)(oldWidth - _location.X);
4820
Size size =
GetOurSize
();
4829
_labelRatio =
GetOurSize
().Width / (double)(_labelWidth - _location.X);