8 writes to Font
System.Windows.Forms.Tests (8)
System\Windows\Forms\AmbientPropertiesTests.cs (2)
60Font = value 65property.Font = value;
System\Windows\Forms\ControlTests.Properties.cs (6)
10730Font = font1, 10746Font = font1, 10762Font = font2, 10904Font = font1, 10920Font = font1, 10936Font = font2,
5 references to Font
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
2022if (AmbientPropertiesService?.Font is { } ambientFont) 5590return AmbientPropertiesService?.Font ?? DefaultFont;
System.Windows.Forms.Tests (3)
System\Windows\Forms\AmbientPropertiesTests.cs (3)
20Assert.Null(property.Font); 62Assert.Equal(value, property.Font); 66Assert.Equal(value, property.Font);