10 references to GetOurSize
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (10)
1675Size size = GetOurSize(); 1906Size size = GetOurSize(); 2123int widthPS = GetOurSize().Width; 3326Size size = GetOurSize(); 4247int maxRows = (int)Math.Ceiling(((double)GetOurSize().Height) / (1 + RowHeight)); 4454Size size = GetOurSize(); 4458size = GetOurSize(); 4481_labelRatio = GetOurSize().Width / (double)(oldWidth - _location.X); 4859Size size = GetOurSize(); 4868_labelRatio = GetOurSize().Width / (double)(_labelWidth - _location.X);