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)
587
String name = _previewStyle.Font.
Name
;
1071
String fontName = currentStyle.Font.
Name
;
1106
fontName = style.Font.
Name
;
1142
fontName = style.Font.
Name
;
UI\MobileControls\FontInfo.cs (1)
129
String s = this.
Name
;