11 overrides of CreateKnownType
System.Web (9)
UI\WebControls\DataControlFieldCollection.cs (1)
88
protected override object
CreateKnownType
(int index) {
UI\WebControls\HotSpotCollection.cs (1)
53
protected override object
CreateKnownType
(int index) {
UI\WebControls\MenuItemBindingCollection.cs (1)
57
protected override object
CreateKnownType
(int index) {
UI\WebControls\MenuItemStyleCollection.cs (1)
59
protected override object
CreateKnownType
(int index) {
UI\WebControls\ParameterCollection.cs (1)
138
protected override object
CreateKnownType
(int index) {
UI\WebControls\StyleCollection.cs (1)
68
protected override object
CreateKnownType
(int index) {
UI\WebControls\SubMenuStyleCollection.cs (1)
59
protected override object
CreateKnownType
(int index) {
UI\WebControls\TreeNodeBindingCollection.cs (1)
52
protected override object
CreateKnownType
(int index) {
UI\WebControls\TreeNodeStyleCollection.cs (1)
59
protected override object
CreateKnownType
(int index) {
System.Web.Extensions (2)
UI\WebControls\DataPagerFieldCollection.cs (1)
89
protected override object
CreateKnownType
(int index) {
UI\WebControls\Expressions\DataSourceExpressionCollection.cs (1)
54
protected override object
CreateKnownType
(int index) {
6 references to CreateKnownType
System.Web (6)
UI\StateManagedCollection.cs (6)
175
o =
CreateKnownType
(0);
182
o =
CreateKnownType
(typeIndex);
213
object o =
CreateKnownType
(typeIndex);
253
o =
CreateKnownType
(0);
260
o =
CreateKnownType
(typeIndex);
295
object o =
CreateKnownType
(typeIndex);