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;
3302
Size size =
GetOurSize
();
4223
int maxRows = (int)Math.Ceiling(((double)
GetOurSize
().Height) / (1 + RowHeight));
4430
Size size =
GetOurSize
();
4434
size =
GetOurSize
();
4457
_labelRatio =
GetOurSize
().Width / (double)(oldWidth - _location.X);
4835
Size size =
GetOurSize
();
4844
_labelRatio =
GetOurSize
().Width / (double)(_labelWidth - _location.X);