2 writes to Name
System.Web.Mobile (2)
UI\MobileControls\Style.cs (2)
82control.Font.Name = (String)this[FontNameKey, true]; 105style.Font.Name = (String)this[FontNameKey, true];
2 references to Name
System.Web (2)
UI\WebControls\FontInfo.cs (1)
474string s = this.Name;
UI\WebControls\FormView.cs (1)
2542!String.IsNullOrEmpty(Font.Name) ||