3 implementations of GetControlType
System.Web (3)
UI\HTMLTagNameToTypeMapper.cs (1)
28/*public*/ Type ITagNameToTypeMapper.GetControlType(string tagName, IDictionary attributeBag) {
UI\TagNameToTypeMapper.cs (2)
70Type ITagNameToTypeMapper.GetControlType(string tagName, IDictionary attribs) { 169Type ITagNameToTypeMapper.GetControlType(string tagName, IDictionary attribs) {
3 references to GetControlType
System.Web (3)
UI\TagNameToTypeMapper.cs (3)
174Type t = ((ITagNameToTypeMapper)nsMapper).GetControlType(tagName, attribs); 522return mapper.GetControlType(tagName, attribs); 528return _htmlMapper.GetControlType(tagName, attribs);