4 writes to _labelRatio
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
2134_labelRatio = widthPS / (double)(pos - startPS); 4473_labelRatio = Math.Max(Math.Min(_labelRatio, 9), 1.1); 4492_labelRatio = GetOurSize().Width / (double)(oldWidth - _location.X); 4879_labelRatio = GetOurSize().Width / (double)(_labelWidth - _location.X);
4 references to _labelRatio
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
1433public int ValueWidth => (int)(LabelWidth * (_labelRatio - 1)); 4473_labelRatio = Math.Max(Math.Min(_labelRatio, 9), 1.1); 4474_labelWidth = _location.X + (int)(size.Width / _labelRatio); 4875_labelWidth = _location.X + (int)(size.Width / _labelRatio);