1 write to Name
System.Web.Mobile (1)
UI\MobileControls\MobileControlsSection.cs (1)
665Name = value.FullName;
3 references to Name
System.Web.Mobile (3)
UI\MobileControls\MobileControlsSection.cs (3)
560return ( (ControlElement)element ).Name; 655return Type.GetType( Name ); 701Type tp = MobileControlsSection.StdTypeNameConverter.ConvertFromInvariantString( elem.Name ) as Type;