3 references to Win8
System.ServiceModel (3)
System\ServiceModel\Channels\AppContainerInfo.cs (1)
34
isAppContainerSupported = OSEnvironmentHelper.IsAtLeast(OSVersion.
Win8
);
System\ServiceModel\Channels\WebSocketHelper.cs (1)
219
return OSEnvironmentHelper.IsAtLeast(OSVersion.
Win8
);
System\ServiceModel\OSEnvironmentHelper.cs (1)
43
currentVersion = OSVersion.
Win8
;