3 references to GetMSBuildProperty
System.Windows.Forms.Analyzers.CSharp (3)
System\Windows\Forms\CSharp\Generators\ApplicationConfiguration\ProjectFileReader.cs (3)
44
if (!configOptions.
GetMSBuildProperty
(propertyName, out string? rawValue) ||
70
if (!configOptions.
GetMSBuildProperty
(PropertyNameCSharp.DefaultFont, out string? rawValue) ||
104
if (!configOptions.
GetMSBuildProperty
(PropertyNameCSharp.HighDpiMode, out string? rawValue) ||