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)
10728Font = font1, 10744Font = font1, 10760Font = font2, 10902Font = font1, 10918Font = font1, 10934Font = font2,
5 references to Font
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
1933if (AmbientPropertiesService?.Font is { } ambientFont) 5501return 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);