10 references to GetOurSize
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (10)
1680
Size size =
GetOurSize
();
1911
Size size =
GetOurSize
();
2128
int widthPS =
GetOurSize
().Width;
3337
Size size =
GetOurSize
();
4258
int maxRows = (int)Math.Ceiling(((double)
GetOurSize
().Height) / (1 + RowHeight));
4465
Size size =
GetOurSize
();
4469
size =
GetOurSize
();
4492
_labelRatio =
GetOurSize
().Width / (double)(oldWidth - _location.X);
4870
Size size =
GetOurSize
();
4879
_labelRatio =
GetOurSize
().Width / (double)(_labelWidth - _location.X);