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