1 write to Unit
System.Windows.Forms.Analyzers (1)
System\Windows\Forms\Analyzers\ApplicationConfig.FontDescriptor.cs (1)
18Unit = unit;
3 references to Unit
System.Windows.Forms.Analyzers (1)
System\Windows\Forms\Analyzers\ApplicationConfig.FontDescriptor.cs (1)
35return $"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)
72Assert.Equal(expectedUnits, (int)font.Unit);
System.Windows.Forms.Analyzers.Tests (1)
Analyzers\AppManifestAnalyzer\FontDescriptorTests.cs (1)
31Assert.Equal(GraphicsUnit.Point, descriptor.Unit);