4 references to IsSupportedByOS
System.Windows.Forms (2)
System\Windows\Forms\Application.cs (2)
669if (!VisualStyleInformation.IsSupportedByOS) 679if (VisualStyleInformation.IsSupportedByOS)
System.Windows.Forms.Tests (2)
System\Windows\Forms\VisualStyles\VisualStyleInformationTests.cs (2)
96bool supported = VisualStyleInformation.IsSupportedByOS; 98Assert.Equal(supported, VisualStyleInformation.IsSupportedByOS);