1 write to Unit
System.Windows.Forms.Analyzers (1)
System\Windows\Forms\Analyzers\ApplicationConfig.FontDescriptor.cs (1)
18
Unit
= unit;
3 references to Unit
System.Windows.Forms.Analyzers (1)
System\Windows\Forms\Analyzers\ApplicationConfig.FontDescriptor.cs (1)
35
return $"new global::System.Drawing.Font({fontFamily}, {Size.ToString(CultureInfo.InvariantCulture)}f, (global::System.Drawing.FontStyle){(int)Style}, (global::System.Drawing.GraphicsUnit){(int)
Unit
})";
System.Windows.Forms.Analyzers.CSharp.Tests (1)
FontConverterTests.cs (1)
72
Assert.Equal(expectedUnits, (int)font.
Unit
);
System.Windows.Forms.Analyzers.Tests (1)
Analyzers\AppManifestAnalyzer\FontDescriptorTests.cs (1)
31
Assert.Equal(GraphicsUnit.Point, descriptor.
Unit
);