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));
4421
Size size =
GetOurSize
();
4425
size =
GetOurSize
();
4448
_labelRatio =
GetOurSize
().Width / (double)(oldWidth - _location.X);
4826
Size size =
GetOurSize
();
4835
_labelRatio =
GetOurSize
().Width / (double)(_labelWidth - _location.X);