11 references to Name
System.Drawing (3)
commonui\System\Drawing\Advanced\Font.cs (1)
133
si.AddValue("Name", String.IsNullOrEmpty(OriginalFontName) ?
Name
: OriginalFontName);
commonui\System\Drawing\FontConverter.cs (2)
234
args[nArg++] = font.
Name
;
275
args[0] = font.
Name
; types[0] = typeof(string);
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
588
font.
Name
,
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (2)
4880
fdesc.lpstrName = font.
Name
;
4950
f = new Font(f.
Name
, f.SizeInPoints, f.Style, GraphicsUnit.Point, f.GdiCharSet, f.GdiVerticalFont);
winforms\Managed\System\WinForms\Control.cs (1)
18961
fontDesc.lpstrName = font.
Name
;
winforms\Managed\System\WinForms\ControlPaint.cs (2)
2043
if (!source.
Name
.Equals(fontName)) {
2044
target.SetName(source.
Name
);
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
588
font.
Name
,
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
821
this.artifactLabel.Font = new Font(this.Font.
Name
, this.Font.SizeInPoints, FontStyle.Bold);