499 instantiations of Triplet
System.Web (493)
Configuration\BrowserCapabilitiesFactory.cs (29)
2332dictionary["Default"] = new System.Web.UI.Triplet(null, string.Empty, 0); 2333dictionary["BlackBerry"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 2334dictionary["Opera"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 2335dictionary["Opera8Plus"] = new System.Web.UI.Triplet("Opera", string.Empty, 2); 2336dictionary["Opera8to9"] = new System.Web.UI.Triplet("Opera8plus", string.Empty, 3); 2337dictionary["Opera10"] = new System.Web.UI.Triplet("Opera8plus", string.Empty, 3); 2338dictionary["GenericDownlevel"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 2339dictionary["Mozilla"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 2340dictionary["IE"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2); 2341dictionary["IE6Plus"] = new System.Web.UI.Triplet("Ie", string.Empty, 3); 2342dictionary["IE6to9"] = new System.Web.UI.Triplet("Ie6plus", string.Empty, 4); 2343dictionary["IE7"] = new System.Web.UI.Triplet("Ie6to9", string.Empty, 5); 2344dictionary["IE8"] = new System.Web.UI.Triplet("Ie6to9", string.Empty, 5); 2345dictionary["IE9"] = new System.Web.UI.Triplet("Ie6to9", string.Empty, 5); 2346dictionary["IE10Plus"] = new System.Web.UI.Triplet("Ie6plus", string.Empty, 4); 2347dictionary["InternetExplorer"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2); 2348dictionary["Firefox"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2); 2349dictionary["Firefox3Plus"] = new System.Web.UI.Triplet("Firefox", string.Empty, 3); 2350dictionary["Firefox3"] = new System.Web.UI.Triplet("Firefox3plus", string.Empty, 4); 2351dictionary["Firefox35"] = new System.Web.UI.Triplet("Firefox3", string.Empty, 5); 2352dictionary["WebKit"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2); 2353dictionary["Chrome"] = new System.Web.UI.Triplet("Webkit", string.Empty, 3); 2354dictionary["Safari"] = new System.Web.UI.Triplet("Webkit", string.Empty, 3); 2355dictionary["Safari3Plus"] = new System.Web.UI.Triplet("Safari", string.Empty, 4); 2356dictionary["Safari3to4"] = new System.Web.UI.Triplet("Safari3plus", string.Empty, 5); 2357dictionary["Safari4"] = new System.Web.UI.Triplet("Safari3to4", string.Empty, 6); 2358dictionary["IEMobile"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2); 2359dictionary["WindowsPhone"] = new System.Web.UI.Triplet("Iemobile", string.Empty, 3); 2360dictionary["UCBrowser"] = new System.Web.UI.Triplet("Default", string.Empty, 1);
Configuration\BrowserCapabilitiesFactory35.cs (449)
21dictionary["Default"] = new System.Web.UI.Triplet(null, string.Empty, 0); 22dictionary["Mozilla"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 23dictionary["IE"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2); 24dictionary["IE5to9"] = new System.Web.UI.Triplet("Ie", string.Empty, 3); 25dictionary["IE6to9"] = new System.Web.UI.Triplet("Ie5to9", string.Empty, 4); 26dictionary["Treo600"] = new System.Web.UI.Triplet("Ie6to9", string.Empty, 5); 27dictionary["IE5"] = new System.Web.UI.Triplet("Ie5to9", string.Empty, 4); 28dictionary["IE50"] = new System.Web.UI.Triplet("Ie5", string.Empty, 5); 29dictionary["IE55"] = new System.Web.UI.Triplet("Ie5", string.Empty, 5); 30dictionary["IE5to9Mac"] = new System.Web.UI.Triplet("Ie5to9", string.Empty, 4); 31dictionary["IE4"] = new System.Web.UI.Triplet("Ie", string.Empty, 3); 32dictionary["IE3"] = new System.Web.UI.Triplet("Ie", string.Empty, 3); 33dictionary["IE3win16"] = new System.Web.UI.Triplet("Ie3", string.Empty, 4); 34dictionary["IE3win16a"] = new System.Web.UI.Triplet("Ie3win16", string.Empty, 5); 35dictionary["IE3Mac"] = new System.Web.UI.Triplet("Ie3", string.Empty, 4); 36dictionary["IE2"] = new System.Web.UI.Triplet("Ie", string.Empty, 3); 37dictionary["WebTV"] = new System.Web.UI.Triplet("Ie2", string.Empty, 4); 38dictionary["WebTV2"] = new System.Web.UI.Triplet("Webtv", string.Empty, 5); 39dictionary["IE1minor5"] = new System.Web.UI.Triplet("Ie", string.Empty, 3); 40dictionary["PowerBrowser"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2); 41dictionary["Gecko"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2); 42dictionary["MozillaRV"] = new System.Web.UI.Triplet("Gecko", string.Empty, 3); 43dictionary["MozillaFirebird"] = new System.Web.UI.Triplet("Mozillarv", string.Empty, 4); 44dictionary["MozillaFirefox"] = new System.Web.UI.Triplet("Mozillarv", string.Empty, 4); 45dictionary["Safari"] = new System.Web.UI.Triplet("Gecko", string.Empty, 3); 46dictionary["Safari60"] = new System.Web.UI.Triplet("Safari", string.Empty, 4); 47dictionary["Safari85"] = new System.Web.UI.Triplet("Safari", string.Empty, 4); 48dictionary["Safari1Plus"] = new System.Web.UI.Triplet("Safari", string.Empty, 4); 49dictionary["Netscape5"] = new System.Web.UI.Triplet("Gecko", string.Empty, 3); 50dictionary["Netscape6to9"] = new System.Web.UI.Triplet("Netscape5", string.Empty, 4); 51dictionary["Netscape6to9Beta"] = new System.Web.UI.Triplet("Netscape6to9", string.Empty, 5); 52dictionary["NetscapeBeta"] = new System.Web.UI.Triplet("Netscape5", string.Empty, 4); 53dictionary["AvantGo"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2); 54dictionary["TMobileSidekick"] = new System.Web.UI.Triplet("Avantgo", string.Empty, 3); 55dictionary["GoAmerica"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2); 56dictionary["GoAmericaWinCE"] = new System.Web.UI.Triplet("Goamerica", string.Empty, 3); 57dictionary["GoAmericaPalm"] = new System.Web.UI.Triplet("Goamerica", string.Empty, 3); 58dictionary["GoAmericaRIM"] = new System.Web.UI.Triplet("Goamerica", string.Empty, 3); 59dictionary["GoAmericaRIM950"] = new System.Web.UI.Triplet("Goamericarim", string.Empty, 4); 60dictionary["GoAmericaRIM850"] = new System.Web.UI.Triplet("Goamericarim", string.Empty, 4); 61dictionary["GoAmericaRIM957"] = new System.Web.UI.Triplet("Goamericarim", string.Empty, 4); 62dictionary["GoAmericaRIM957major6minor2"] = new System.Web.UI.Triplet("Goamericarim957", string.Empty, 5); 63dictionary["GoAmericaRIM857"] = new System.Web.UI.Triplet("Goamericarim", string.Empty, 4); 64dictionary["GoAmericaRIM857major6"] = new System.Web.UI.Triplet("Goamericarim857", string.Empty, 5); 65dictionary["GoAmericaRIM857major6minor2to9"] = new System.Web.UI.Triplet("Goamericarim857major6", string.Empty, 6); 66dictionary["GoAmerica7to9"] = new System.Web.UI.Triplet("Goamericarim857", string.Empty, 5); 67dictionary["Netscape3"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2); 68dictionary["Netscape4"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2); 69dictionary["Casiopeia"] = new System.Web.UI.Triplet("Netscape4", string.Empty, 3); 70dictionary["PalmWebPro"] = new System.Web.UI.Triplet("Netscape4", string.Empty, 3); 71dictionary["PalmWebPro3"] = new System.Web.UI.Triplet("Palmwebpro", string.Empty, 4); 72dictionary["NetFront"] = new System.Web.UI.Triplet("Netscape4", string.Empty, 3); 73dictionary["SLB500"] = new System.Web.UI.Triplet("Netfront", string.Empty, 4); 74dictionary["VRNA"] = new System.Web.UI.Triplet("Netfront", string.Empty, 4); 75dictionary["Mypalm"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2); 76dictionary["MyPalm1"] = new System.Web.UI.Triplet("Mypalm", string.Empty, 3); 77dictionary["Eudoraweb"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2); 78dictionary["PdQbrowser"] = new System.Web.UI.Triplet("Eudoraweb", string.Empty, 3); 79dictionary["Eudoraweb21Plus"] = new System.Web.UI.Triplet("Eudoraweb", string.Empty, 3); 80dictionary["WinCE"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2); 81dictionary["PIE"] = new System.Web.UI.Triplet("Wince", string.Empty, 3); 82dictionary["PIEPPC"] = new System.Web.UI.Triplet("Pie", string.Empty, 4); 83dictionary["PIEnoDeviceID"] = new System.Web.UI.Triplet("Pie", string.Empty, 4); 84dictionary["PIESmartphone"] = new System.Web.UI.Triplet("Pie", string.Empty, 4); 85dictionary["PIE4"] = new System.Web.UI.Triplet("Wince", string.Empty, 3); 86dictionary["PIE4PPC"] = new System.Web.UI.Triplet("Pie4", string.Empty, 4); 87dictionary["PIE5Plus"] = new System.Web.UI.Triplet("Wince", string.Empty, 3); 88dictionary["sigmarion3"] = new System.Web.UI.Triplet("Pie5plus", string.Empty, 4); 89dictionary["MSPIE"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2); 90dictionary["MSPIE2"] = new System.Web.UI.Triplet("Mspie", string.Empty, 3); 91dictionary["Docomo"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 92dictionary["DocomoSH251i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 93dictionary["DocomoSH251iS"] = new System.Web.UI.Triplet("Docomosh251i", string.Empty, 3); 94dictionary["DocomoN251i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 95dictionary["DocomoN251iS"] = new System.Web.UI.Triplet("Docomon251i", string.Empty, 3); 96dictionary["DocomoP211i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 97dictionary["DocomoF212i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 98dictionary["DocomoD501i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 99dictionary["DocomoF501i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 100dictionary["DocomoN501i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 101dictionary["DocomoP501i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 102dictionary["DocomoD502i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 103dictionary["DocomoF502i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 104dictionary["DocomoN502i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 105dictionary["DocomoP502i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 106dictionary["DocomoNm502i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 107dictionary["DocomoSo502i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 108dictionary["DocomoF502it"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 109dictionary["DocomoN502it"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 110dictionary["DocomoSo502iwm"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 111dictionary["DocomoF504i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 112dictionary["DocomoN504i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 113dictionary["DocomoP504i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 114dictionary["DocomoN821i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 115dictionary["DocomoP821i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 116dictionary["DocomoD209i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 117dictionary["DocomoEr209i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 118dictionary["DocomoF209i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 119dictionary["DocomoKo209i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 120dictionary["DocomoN209i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 121dictionary["DocomoP209i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 122dictionary["DocomoP209is"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 123dictionary["DocomoR209i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 124dictionary["DocomoR691i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 125dictionary["DocomoF503i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 126dictionary["DocomoF503is"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 127dictionary["DocomoD503i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 128dictionary["DocomoD503is"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 129dictionary["DocomoD210i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 130dictionary["DocomoF210i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 131dictionary["DocomoN210i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 132dictionary["DocomoN2001"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 133dictionary["DocomoD211i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 134dictionary["DocomoN211i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 135dictionary["DocomoP210i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 136dictionary["DocomoKo210i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 137dictionary["DocomoP2101v"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 138dictionary["DocomoP2102v"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 139dictionary["DocomoF211i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 140dictionary["DocomoF671i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 141dictionary["DocomoN503is"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 142dictionary["DocomoN503i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 143dictionary["DocomoSo503i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 144dictionary["DocomoP503is"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 145dictionary["DocomoP503i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 146dictionary["DocomoSo210i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 147dictionary["DocomoSo503is"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 148dictionary["DocomoSh821i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 149dictionary["DocomoN2002"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 150dictionary["DocomoSo505i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 151dictionary["DocomoP505i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 152dictionary["DocomoN505i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 153dictionary["DocomoD505i"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 154dictionary["DocomoISIM60"] = new System.Web.UI.Triplet("Docomo", string.Empty, 2); 155dictionary["EricssonR380"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 156dictionary["Ericsson"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 157dictionary["EricssonR320"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2); 158dictionary["EricssonT20"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2); 159dictionary["EricssonT65"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2); 160dictionary["EricssonT68"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2); 161dictionary["Ericsson301A"] = new System.Web.UI.Triplet("Ericssont68", string.Empty, 3); 162dictionary["EricssonT68R1A"] = new System.Web.UI.Triplet("Ericssont68", string.Empty, 3); 163dictionary["EricssonT68R101"] = new System.Web.UI.Triplet("Ericssont68", string.Empty, 3); 164dictionary["EricssonT68R201A"] = new System.Web.UI.Triplet("Ericssont68", string.Empty, 3); 165dictionary["EricssonT300"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2); 166dictionary["EricssonP800"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2); 167dictionary["EricssonP800R101"] = new System.Web.UI.Triplet("Ericssonp800", string.Empty, 3); 168dictionary["EricssonT61"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2); 169dictionary["EricssonT31"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2); 170dictionary["EricssonR520"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2); 171dictionary["EricssonA2628"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2); 172dictionary["EricssonT39"] = new System.Web.UI.Triplet("Ericsson", string.Empty, 2); 173dictionary["EzWAP"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 174dictionary["GenericDownlevel"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 175dictionary["Jataayu"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 176dictionary["JataayuPPC"] = new System.Web.UI.Triplet("Jataayu", string.Empty, 2); 177dictionary["Jphone"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 178dictionary["JphoneMitsubishi"] = new System.Web.UI.Triplet("Jphone", string.Empty, 2); 179dictionary["JphoneDenso"] = new System.Web.UI.Triplet("Jphone", string.Empty, 2); 180dictionary["JphoneKenwood"] = new System.Web.UI.Triplet("Jphone", string.Empty, 2); 181dictionary["JphoneNec"] = new System.Web.UI.Triplet("Jphone", string.Empty, 2); 182dictionary["JphoneNecN51"] = new System.Web.UI.Triplet("Jphonenec", string.Empty, 3); 183dictionary["JphonePanasonic"] = new System.Web.UI.Triplet("Jphone", string.Empty, 2); 184dictionary["JphonePioneer"] = new System.Web.UI.Triplet("Jphone", string.Empty, 2); 185dictionary["JphoneSanyo"] = new System.Web.UI.Triplet("Jphone", string.Empty, 2); 186dictionary["JphoneSA51"] = new System.Web.UI.Triplet("Jphonesanyo", string.Empty, 3); 187dictionary["JphoneSharp"] = new System.Web.UI.Triplet("Jphone", string.Empty, 2); 188dictionary["JphoneSharpSh53"] = new System.Web.UI.Triplet("Jphonesharp", string.Empty, 3); 189dictionary["JphoneSharpSh07"] = new System.Web.UI.Triplet("Jphonesharp", string.Empty, 3); 190dictionary["JphoneSharpSh08"] = new System.Web.UI.Triplet("Jphonesharp", string.Empty, 3); 191dictionary["JphoneSharpSh51"] = new System.Web.UI.Triplet("Jphonesharp", string.Empty, 3); 192dictionary["JphoneSharpSh52"] = new System.Web.UI.Triplet("Jphonesharp", string.Empty, 3); 193dictionary["JphoneToshiba"] = new System.Web.UI.Triplet("Jphone", string.Empty, 2); 194dictionary["JphoneToshibaT06a"] = new System.Web.UI.Triplet("Jphonetoshiba", string.Empty, 3); 195dictionary["JphoneToshibaT08"] = new System.Web.UI.Triplet("Jphonetoshiba", string.Empty, 3); 196dictionary["JphoneToshibaT51"] = new System.Web.UI.Triplet("Jphonetoshiba", string.Empty, 3); 197dictionary["Legend"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 198dictionary["LGG5200"] = new System.Web.UI.Triplet("Legend", string.Empty, 2); 199dictionary["MME"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 200dictionary["MMEF20"] = new System.Web.UI.Triplet("Mme", string.Empty, 2); 201dictionary["MMECellphone"] = new System.Web.UI.Triplet("Mmef20", string.Empty, 3); 202dictionary["MMEBenefonQ"] = new System.Web.UI.Triplet("Mmecellphone", string.Empty, 4); 203dictionary["MMESonyCMDZ5"] = new System.Web.UI.Triplet("Mmecellphone", string.Empty, 4); 204dictionary["MMESonyCMDZ5Pj020e"] = new System.Web.UI.Triplet("Mmesonycmdz5", string.Empty, 5); 205dictionary["MMESonyCMDJ5"] = new System.Web.UI.Triplet("Mmecellphone", string.Empty, 4); 206dictionary["MMESonyCMDJ7"] = new System.Web.UI.Triplet("Mmecellphone", string.Empty, 4); 207dictionary["MMEGenericSmall"] = new System.Web.UI.Triplet("Mmecellphone", string.Empty, 4); 208dictionary["MMEGenericLarge"] = new System.Web.UI.Triplet("Mmecellphone", string.Empty, 4); 209dictionary["MMEGenericFlip"] = new System.Web.UI.Triplet("Mmecellphone", string.Empty, 4); 210dictionary["MMEGeneric3D"] = new System.Web.UI.Triplet("Mmecellphone", string.Empty, 4); 211dictionary["MMEMobileExplorer"] = new System.Web.UI.Triplet("Mme", string.Empty, 2); 212dictionary["Nokia"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 213dictionary["NokiaBlueprint"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 214dictionary["NokiaWapSimulator"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 215dictionary["NokiaMobileBrowser"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 216dictionary["Nokia7110"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 217dictionary["Nokia6220"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 218dictionary["Nokia6250"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 219dictionary["Nokia6310"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 220dictionary["Nokia6510"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 221dictionary["Nokia8310"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 222dictionary["Nokia9110i"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 223dictionary["Nokia9110"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 224dictionary["Nokia3330"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 225dictionary["Nokia9210"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 226dictionary["Nokia9210HTML"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 227dictionary["Nokia3590"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 228dictionary["Nokia3590V1"] = new System.Web.UI.Triplet("Nokia3590", string.Empty, 3); 229dictionary["Nokia3595"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 230dictionary["Nokia3560"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 231dictionary["Nokia3650"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 232dictionary["Nokia3650P12Plus"] = new System.Web.UI.Triplet("Nokia3650", string.Empty, 3); 233dictionary["Nokia5100"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 234dictionary["Nokia6200"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 235dictionary["Nokia6590"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 236dictionary["Nokia6800"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 237dictionary["Nokia7650"] = new System.Web.UI.Triplet("Nokia", string.Empty, 2); 238dictionary["NokiaMobileBrowserRainbow"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 239dictionary["NokiaEpoc32wtl"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 240dictionary["NokiaEpoc32wtl20"] = new System.Web.UI.Triplet("Nokiaepoc32wtl", string.Empty, 2); 241dictionary["Up"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 242dictionary["AuMic"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 243dictionary["AuMicV2"] = new System.Web.UI.Triplet("Aumic", string.Empty, 3); 244dictionary["a500"] = new System.Web.UI.Triplet("Aumic", string.Empty, 3); 245dictionary["n400"] = new System.Web.UI.Triplet("Aumic", string.Empty, 3); 246dictionary["AlcatelBe4"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 247dictionary["AlcatelBe5"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 248dictionary["AlcatelBe5v2"] = new System.Web.UI.Triplet("Alcatelbe5", string.Empty, 3); 249dictionary["AlcatelBe3"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 250dictionary["AlcatelBf3"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 251dictionary["AlcatelBf4"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 252dictionary["MotCb"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 253dictionary["MotF5"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 254dictionary["MotD8"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 255dictionary["MotCf"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 256dictionary["MotF6"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 257dictionary["MotBc"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 258dictionary["MotDc"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 259dictionary["MotPanC"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 260dictionary["MotC4"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 261dictionary["Mcca"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 262dictionary["Mot2000"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 263dictionary["MotP2kC"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 264dictionary["MotAf"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 265dictionary["MotAf418"] = new System.Web.UI.Triplet("Motaf", string.Empty, 3); 266dictionary["MotC2"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 267dictionary["Xenium"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 268dictionary["Sagem959"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 269dictionary["SghA300"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 270dictionary["SghN100"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 271dictionary["C304sa"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 272dictionary["Sy11"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 273dictionary["St12"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 274dictionary["Sy14"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 275dictionary["SieS40"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 276dictionary["SieSl45"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 277dictionary["SieS35"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 278dictionary["SieMe45"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 279dictionary["SieS45"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 280dictionary["Gm832"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 281dictionary["Gm910i"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 282dictionary["Mot32"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 283dictionary["Mot28"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 284dictionary["D2"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 285dictionary["PPat"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 286dictionary["Alaz"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 287dictionary["Cdm9100"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 288dictionary["Cdm135"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 289dictionary["Cdm9000"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 290dictionary["C303ca"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 291dictionary["C311ca"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 292dictionary["C202de"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 293dictionary["C409ca"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 294dictionary["C402de"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 295dictionary["Ds15"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 296dictionary["Tp2200"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 297dictionary["Tp120"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 298dictionary["Ds10"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 299dictionary["R280"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 300dictionary["C201h"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 301dictionary["S71"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 302dictionary["C302h"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 303dictionary["C309h"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 304dictionary["C407h"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 305dictionary["C451h"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 306dictionary["R201"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 307dictionary["P21"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 308dictionary["Kyocera702g"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 309dictionary["Kyocera703g"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 310dictionary["KyoceraC307k"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 311dictionary["Tk01"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 312dictionary["Tk02"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 313dictionary["Tk03"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 314dictionary["Tk04"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 315dictionary["Tk05"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 316dictionary["D303k"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 317dictionary["D304k"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 318dictionary["Qcp2035"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 319dictionary["Qcp3035"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 320dictionary["D512"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 321dictionary["Dm110"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 322dictionary["Tm510"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 323dictionary["Lg13"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 324dictionary["P100"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 325dictionary["Lgc875f"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 326dictionary["Lgp680f"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 327dictionary["Lgp7800f"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 328dictionary["Lgc840f"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 329dictionary["Lgi2100"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 330dictionary["Lgp7300f"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 331dictionary["Sd500"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 332dictionary["Tp1100"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 333dictionary["Tp3000"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 334dictionary["T250"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 335dictionary["Mo01"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 336dictionary["Mo02"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 337dictionary["Mc01"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 338dictionary["Mccc"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 339dictionary["Mcc9"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 340dictionary["Nk00"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 341dictionary["Mai12"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 342dictionary["Ma112"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 343dictionary["Ma13"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 344dictionary["Mac1"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 345dictionary["Mat1"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 346dictionary["Sc01"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 347dictionary["Sc03"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 348dictionary["Sc02"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 349dictionary["Sc04"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 350dictionary["Sg08"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 351dictionary["Sc13"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 352dictionary["Sc11"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 353dictionary["Sec01"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 354dictionary["Sc10"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 355dictionary["Sy12"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 356dictionary["St11"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 357dictionary["Sy13"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 358dictionary["Syc1"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 359dictionary["Sy01"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 360dictionary["Syt1"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 361dictionary["Sty2"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 362dictionary["Sy02"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 363dictionary["Sy03"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 364dictionary["Si01"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 365dictionary["Sni1"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 366dictionary["Sn11"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 367dictionary["Sn12"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 368dictionary["Sn134"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 369dictionary["Sn156"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 370dictionary["Snc1"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 371dictionary["Tsc1"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 372dictionary["Tsi1"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 373dictionary["Ts11"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 374dictionary["Ts12"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 375dictionary["Ts13"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 376dictionary["Tst1"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 377dictionary["Tst2"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 378dictionary["Tst3"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 379dictionary["Ig01"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 380dictionary["Ig02"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 381dictionary["Ig03"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 382dictionary["Qc31"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 383dictionary["Qc12"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 384dictionary["Qc32"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 385dictionary["Sp01"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 386dictionary["Sh"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 387dictionary["Upg1"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 388dictionary["Opwv1"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 389dictionary["Alav"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 390dictionary["Im1k"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 391dictionary["Nt95"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 392dictionary["Mot2001"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 393dictionary["Motv200"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 394dictionary["Mot72"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 395dictionary["Mot76"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 396dictionary["Scp6000"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 397dictionary["MotD5"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 398dictionary["MotF0"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 399dictionary["SghA400"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 400dictionary["Sec03"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 401dictionary["SieC3i"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 402dictionary["Sn17"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 403dictionary["Scp4700"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 404dictionary["Sec02"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 405dictionary["Sy15"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 406dictionary["Db520"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 407dictionary["L430V03J02"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 408dictionary["OPWVSDK"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 409dictionary["OPWVSDK6"] = new System.Web.UI.Triplet("Opwvsdk", string.Empty, 3); 410dictionary["OPWVSDK6Plus"] = new System.Web.UI.Triplet("Opwvsdk", string.Empty, 3); 411dictionary["KDDICA21"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 412dictionary["KDDITS21"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 413dictionary["KDDISA21"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 414dictionary["KM100"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 415dictionary["LGELX5350"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 416dictionary["HitachiP300"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 417dictionary["SIES46"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 418dictionary["MotorolaV60G"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 419dictionary["MotorolaV708"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 420dictionary["MotorolaV708A"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 421dictionary["MotorolaE360"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 422dictionary["SonyericssonA1101S"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 423dictionary["PhilipsFisio820"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 424dictionary["CasioA5302"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 425dictionary["TCLL668"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 426dictionary["KDDITS24"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 427dictionary["SIES55"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 428dictionary["SHARPGx10"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 429dictionary["BenQAthena"] = new System.Web.UI.Triplet("Up", string.Empty, 2); 430dictionary["Opera"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 431dictionary["Opera1to3beta"] = new System.Web.UI.Triplet("Opera", string.Empty, 2); 432dictionary["Opera4"] = new System.Web.UI.Triplet("Opera", string.Empty, 2); 433dictionary["Opera4beta"] = new System.Web.UI.Triplet("Opera4", string.Empty, 3); 434dictionary["Opera5to9"] = new System.Web.UI.Triplet("Opera", string.Empty, 2); 435dictionary["Opera6to9"] = new System.Web.UI.Triplet("Opera5to9", string.Empty, 3); 436dictionary["Opera7to9"] = new System.Web.UI.Triplet("Opera6to9", string.Empty, 4); 437dictionary["Opera8to9"] = new System.Web.UI.Triplet("Opera7to9", string.Empty, 5); 438dictionary["OperaPsion"] = new System.Web.UI.Triplet("Opera", string.Empty, 2); 439dictionary["Palmscape"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 440dictionary["PalmscapeVersion"] = new System.Web.UI.Triplet("Palmscape", string.Empty, 2); 441dictionary["AusPalm"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 442dictionary["SharpPda"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 443dictionary["ZaurusMiE1"] = new System.Web.UI.Triplet("Sharppda", string.Empty, 2); 444dictionary["ZaurusMiE21"] = new System.Web.UI.Triplet("Sharppda", string.Empty, 2); 445dictionary["ZaurusMiE25"] = new System.Web.UI.Triplet("Sharppda", string.Empty, 2); 446dictionary["Panasonic"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 447dictionary["PanasonicGAD95"] = new System.Web.UI.Triplet("Panasonic", string.Empty, 2); 448dictionary["PanasonicGAD87"] = new System.Web.UI.Triplet("Panasonic", string.Empty, 2); 449dictionary["PanasonicGAD87A39"] = new System.Web.UI.Triplet("Panasonicgad87", string.Empty, 3); 450dictionary["PanasonicGAD87A38"] = new System.Web.UI.Triplet("Panasonicgad87", string.Empty, 3); 451dictionary["MSPIE06"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 452dictionary["SKTDevices"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 453dictionary["SKTDevicesHyundai"] = new System.Web.UI.Triplet("Sktdevices", string.Empty, 2); 454dictionary["PSE200"] = new System.Web.UI.Triplet("Sktdeviceshyundai", string.Empty, 3); 455dictionary["SKTDevicesHanhwa"] = new System.Web.UI.Triplet("Sktdevices", string.Empty, 2); 456dictionary["SKTDevicesJTEL"] = new System.Web.UI.Triplet("Sktdevices", string.Empty, 2); 457dictionary["JTEL01"] = new System.Web.UI.Triplet("Sktdevicesjtel", string.Empty, 3); 458dictionary["JTELNate"] = new System.Web.UI.Triplet("Jtel01", string.Empty, 4); 459dictionary["SKTDevicesLG"] = new System.Web.UI.Triplet("Sktdevices", string.Empty, 2); 460dictionary["SKTDevicesMotorola"] = new System.Web.UI.Triplet("Sktdevices", string.Empty, 2); 461dictionary["SKTDevicesV730"] = new System.Web.UI.Triplet("Sktdevicesmotorola", string.Empty, 3); 462dictionary["SKTDevicesNokia"] = new System.Web.UI.Triplet("Sktdevices", string.Empty, 2); 463dictionary["SKTDevicesSKTT"] = new System.Web.UI.Triplet("Sktdevices", string.Empty, 2); 464dictionary["SKTDevicesSamSung"] = new System.Web.UI.Triplet("Sktdevices", string.Empty, 2); 465dictionary["SCHE150"] = new System.Web.UI.Triplet("Sktdevicessamsung", string.Empty, 3); 466dictionary["SKTDevicesEricsson"] = new System.Web.UI.Triplet("Sktdevices", string.Empty, 2); 467dictionary["WinWap"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 468dictionary["Xiino"] = new System.Web.UI.Triplet("Default", string.Empty, 1); 469dictionary["XiinoV2"] = new System.Web.UI.Triplet("Xiino", string.Empty, 2);
Handlers\AssemblyResourceLoader.cs (1)
626Triplet triplet = new Triplet();
UI\Control.cs (1)
2551return new Triplet(controlSavedState, adapterState, childStates);
UI\DesignTimeParseData.cs (2)
121allEntries.Add(new Triplet(entry.TagPrefix, new Pair(entry.TagName, entry.UserControlSource.ToString()), null)); 126allEntries.Add(new Triplet(entry.TagPrefix, null, new Pair(entry.Namespace, entry.AssemblyName)));
UI\HtmlControls\HtmlSelect.cs (1)
883return new Triplet(baseState, items, selectedindices);
UI\ObjectStateFormatter.cs (1)
520return new Triplet(DeserializeValue(reader),
UI\StateManagedCollection.cs (2)
515return new Triplet(indices, states, typeIndices); 518return new Triplet(indices, states, new Pair(typeIndices, typedObjectTypeNames));
UI\WebControls\ChangePassword.cs (1)
2118return new Triplet(baseState, currentViewState, userNameState);
UI\WebControls\CheckBox.cs (1)
373myState = new Triplet(baseState, inputState, labelState);
UI\WebControls\ListControl.cs (1)
830return new Triplet(baseState, items, selectedIndicesState);
UI\WebControls\listitem.cs (1)
327return new Triplet(text, value, Enabled);
UI\WebControls\ListItemCollection.cs (1)
403return new Triplet(texts, values, enableds);
UI\WebControls\PasswordRecovery.cs (1)
1646return new Triplet(baseState, currentViewState, userNameState);
UI\WebControls\Wizard.cs (1)
1975return new Triplet(obj, array, activeStepIndex);
System.Web.Mobile (6)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
264return new Triplet(baseState, _chooseOption, visibleDate.Ticks.ToString(CultureInfo.InvariantCulture));
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
247return new Triplet(baseState, _chooseOption, visibleDate.Ticks.ToString(CultureInfo.InvariantCulture));
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
226return new Triplet(baseState, _chooseOption, visibleDate.Ticks.ToString(CultureInfo.InvariantCulture));
UI\MobileControls\MobilePage.cs (2)
1184new Triplet(GetTypeHashCode().ToString(CultureInfo.InvariantCulture), 1211state = new Pair(null, new Triplet(GetTypeHashCode().ToString(CultureInfo.InvariantCulture), null, null));
UI\MobileControls\ObjectList.cs (1)
1246return new Triplet(baseState, (int) ViewMode, SelectedIndex);
52 references to Triplet
System.Web (41)
Compilation\BrowserCapabilitiesCompiler.cs (1)
401int parentDepth = (int)((Triplet)_baseInstance.InternalGetBrowserElements()[parentName]).Third;
Configuration\BrowserCapabilitiesCodeGenerator.cs (2)
918cas.Right = new CodeObjectCreateExpression(typeof(Triplet), 938cas.Right = new CodeObjectCreateExpression(typeof(Triplet),
Configuration\BrowserCapabilitiesFactoryBase.cs (2)
119int filter1Depth = (int)((Triplet)BrowserElements[filter1]).Third; 120int filter2Depth = (int)((Triplet)BrowserElements[filter2]).Third;
Handlers\AssemblyResourceLoader.cs (3)
598Triplet resourceTriplet = (Triplet)_webResourceCache[cacheKey]; 626Triplet triplet = new Triplet();
UI\Control.cs (3)
2024Debug.Assert(savedState is Triplet); 2025Triplet t = (Triplet)savedState;
UI\DesignTimeParseData.cs (2)
118List<Triplet> allEntries = new List<Triplet>();
UI\HtmlControls\HtmlSelect.cs (2)
610Triplet statetriplet = (Triplet)savedState;
UI\ObjectStateFormatter.cs (3)
933if (value is Triplet) { 936Triplet t = (Triplet)value;
UI\Page.cs (2)
5519} else if (allSavedViewState.Second is Triplet) { 5520viewStateSize = EstimateStateSize(((Triplet)allSavedViewState.Second).First);
UI\SessionPageStatePersister.cs (2)
96Triplet vsTrip = ViewState as Triplet;
UI\StateManagedCollection.cs (4)
228Debug.Assert(savedState is Triplet); 230Triplet t = (Triplet)savedState; 706if (savedState is Triplet) {
UI\WebControls\ChangePassword.cs (2)
1828Triplet state = (Triplet)savedState;
UI\WebControls\CheckBox.cs (2)
289Triplet stateTriplet = (Triplet)savedState;
UI\WebControls\ListControl.cs (2)
567Triplet stateTriplet = (Triplet)savedState;
UI\WebControls\listitem.cs (3)
267if (state is Triplet) { 268Triplet t = (Triplet) state;
UI\WebControls\ListItemCollection.cs (2)
357Triplet t = (Triplet) state;
UI\WebControls\PasswordRecovery.cs (2)
1375Triplet state = (Triplet)savedState;
UI\WebControls\Wizard.cs (2)
1643Triplet t = state as Triplet;
System.Web.Mobile (11)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (3)
205else if (state is Triplet) 207Triplet triplet = (Triplet)state;
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (3)
187else if (state is Triplet) 189Triplet triplet = (Triplet)state;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (3)
177else if (state is Triplet) { 178Triplet triplet = (Triplet)state;
UI\MobileControls\ObjectList.cs (2)
1260Triplet stateTriplet = state as Triplet;