10 references to GetOurSize
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (10)
1674
Size size =
GetOurSize
();
1905
Size size =
GetOurSize
();
2122
int widthPS =
GetOurSize
().Width;
3325
Size size =
GetOurSize
();
4246
int maxRows = (int)Math.Ceiling(((double)
GetOurSize
().Height) / (1 + RowHeight));
4453
Size size =
GetOurSize
();
4457
size =
GetOurSize
();
4480
_labelRatio =
GetOurSize
().Width / (double)(oldWidth - _location.X);
4858
Size size =
GetOurSize
();
4867
_labelRatio =
GetOurSize
().Width / (double)(_labelWidth - _location.X);