4 writes to labelRatio
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
2353labelRatio = ((double)widthPS / (double) (pos - startPS)); 4535labelRatio = Math.Max(Math.Min(labelRatio, 9), 1.1); 4553labelRatio = ((double) GetOurSize().Width / (double) (oldWidth - ptOurLocation.X)); 4900labelRatio = ((double) GetOurSize().Width / (double) (labelWidth - ptOurLocation.X));
5 references to labelRatio
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (5)
1629return(int)(InternalLabelWidth * (labelRatio - 1)); 4535labelRatio = Math.Max(Math.Min(labelRatio, 9), 1.1); 4536labelWidth = ptOurLocation.X + (int) ((double)size.Width / labelRatio); 4561Debug.WriteLineIf(CompModSwitches.DebugGridView.TraceVerbose, "\tlabelRatio :" + (labelRatio).ToString(CultureInfo.InvariantCulture)); 4897labelWidth = ptOurLocation.X + (int) ((double)size.Width / labelRatio);