1 write to Name
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
1153_previewStyle.Font.Name = fontName;
5 references to Name
System.Web.Mobile (5)
UI\MobileControls\Design\StylesEditorDialog.cs (4)
587String name = _previewStyle.Font.Name; 1071String fontName = currentStyle.Font.Name; 1106fontName = style.Font.Name; 1142fontName = style.Font.Name;
UI\MobileControls\FontInfo.cs (1)
129String s = this.Name;