2 writes to labelWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
4536labelWidth = ptOurLocation.X + (int) ((double)size.Width / labelRatio); 4897labelWidth = ptOurLocation.X + (int) ((double)size.Width / labelRatio);
9 references to labelWidth
System.Windows.Forms (9)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (9)
499if (labelWidth == -1) { 502return labelWidth; 3508g.DrawLine(splitterPen, labelWidth,loc.Y,labelWidth, (cPropsVisible)*(RowHeight+1)+loc.Y); 4539int oldWidth = labelWidth; 4560Debug.WriteLineIf(CompModSwitches.DebugGridView.TraceVerbose, "\tlabelWidth :" + (labelWidth).ToString(CultureInfo.InvariantCulture)); 4895if (labelWidth != -1 && size.Width > 0) { 4896if (labelWidth > ptOurLocation.X + size.Width) { 4900labelRatio = ((double) GetOurSize().Width / (double) (labelWidth - ptOurLocation.X));