4 references to Platform
System.Web (4)
Abstractions\HttpBrowserCapabilitiesWrapper.cs (1)
331
return _browser.
Platform
;
HttpCookie.cs (1)
301
return (browser != null && (browser.Type != "IE5" || browser.
Platform
!= "MacPPC"));
UI\WebControls\Wizard.cs (1)
1195
_isMacIE = (browser != null && browser.Type == "IE5" && browser.
Platform
== "MacPPC");
UI\WebParts\WebZone.cs (1)
572
Page.Request.Browser.
Platform
== "MacPPC" &&