1 write to Style
System.Windows.Forms.Analyzers (1)
System\Windows\Forms\Analyzers\ApplicationConfig.FontDescriptor.cs (1)
17Style = style;
3 references to Style
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)
73Assert.Equal(expectedFontStyle, (int)font.Style);
System.Windows.Forms.Analyzers.Tests (1)
Analyzers\AppManifestAnalyzer\FontDescriptorTests.cs (1)
30Assert.Equal(FontStyle.Bold | FontStyle.Italic, descriptor.Style);