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