3 writes to CharSet
System.Windows.Forms.Primitives (1)
System\Windows\Forms\VisualStyles\TextMetrics.cs (1)
69
CharSet
= (TextMetricsCharacterSet)metrics.tmCharSet
System.Windows.Forms.Tests (2)
System\Windows\Forms\VisualStyles\TextMetricsTests.cs (2)
88
CharSet
= value
93
metric.
CharSet
= value;
3 references to CharSet
System.Windows.Forms.Tests (3)
System\Windows\Forms\VisualStyles\TextMetricsTests.cs (3)
18
Assert.Equal(TextMetricsCharacterSet.Ansi, metric.
CharSet
);
90
Assert.Equal(value, metric.
CharSet
);
94
Assert.Equal(value, metric.
CharSet
);