3 references to tmMaxCharWidth
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3753
maxWidth += 2 + tm.
tmMaxCharWidth
+ SystemInformation.VerticalScrollBarWidth;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
103
maxWidth += 2 + tm.
tmMaxCharWidth
+ SystemInformation.VerticalScrollBarWidth;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\VisualStyles\TextMetrics.cs (1)
56
MaxCharWidth = metrics.
tmMaxCharWidth
,