3 writes to LastChar
System.Windows.Forms.Primitives (1)
System\Windows\Forms\VisualStyles\TextMetrics.cs (1)
62LastChar = metrics.tmLastChar,
System.Windows.Forms.Tests (2)
System\Windows\Forms\VisualStyles\TextMetricsTests.cs (2)
238LastChar = value 243metric.LastChar = value;
2 references to LastChar
System.Windows.Forms.Tests (2)
System\Windows\Forms\VisualStyles\TextMetricsTests.cs (2)
240Assert.Equal(value, metric.LastChar); 244Assert.Equal(value, metric.LastChar);