8 writes to Font
System.Windows.Forms.Tests (8)
System\Windows\Forms\AmbientPropertiesTests.cs (2)
58Font = value 63property.Font = value;
System\Windows\Forms\ControlTests.Properties.cs (6)
10726Font = font1, 10742Font = font1, 10758Font = font2, 10900Font = font1, 10916Font = font1, 10932Font = font2,
5 references to Font
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
1934if (AmbientPropertiesService?.Font is { } ambientFont) 5461return AmbientPropertiesService?.Font ?? DefaultFont;
System.Windows.Forms.Tests (3)
System\Windows\Forms\AmbientPropertiesTests.cs (3)
18Assert.Null(property.Font); 60Assert.Equal(value, property.Font); 64Assert.Equal(value, property.Font);