9 references to HighDpiMode
System.Windows.Forms.Analyzers (1)
System\Windows\Forms\Analyzers\AppManifestAnalyzer.cs (1)
69ApplicationConfig.PropertyNameCSharp.HighDpiMode));
System.Windows.Forms.Analyzers.CSharp (2)
System\Windows\Forms\CSharp\Generators\ApplicationConfiguration\ProjectFileReader.cs (2)
104if (!configOptions.GetMSBuildProperty(PropertyNameCSharp.HighDpiMode, out string? rawValue) || 116PropertyNameCSharp.HighDpiMode,
System.Windows.Forms.Analyzers.CSharp.Tests (5)
Generators\ApplicationConfigurationGenerator\ApplicationConfigurationGeneratorTests.cs (2)
143build_property.{PropertyNameCSharp.HighDpiMode} = {HighDpiMode.DpiUnawareGdiScaled} 207build_property.{PropertyNameCSharp.HighDpiMode} = {HighDpiMode.DpiUnawareGdiScaled}
ProjectFileReaderTests.cs (3)
169{ $"build_property.{PropertyNameCSharp.HighDpiMode}", value } 189{ $"build_property.{PropertyNameCSharp.HighDpiMode}", value.ToString() } 207{ $"build_property.{PropertyNameCSharp.HighDpiMode}", ((int)value).ToString() }
System.Windows.Forms.Analyzers.Tests (1)
Analyzers\AppManifestAnalyzer\AppManifestAnalyzerTests.cs (1)
98.WithArguments(manifestFilePath, ApplicationConfig.PropertyNameCSharp.HighDpiMode)