4 references to Platform
System.Web (4)
Abstractions\HttpBrowserCapabilitiesWrapper.cs (1)
331return _browser.Platform;
HttpCookie.cs (1)
301return (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)
572Page.Request.Browser.Platform == "MacPPC" &&