1 write to Name
System.Windows.Forms.Primitives (1)
Windows.Win32.IFont.g.cs (1)
110 __object.Name = name;
5 references to Name
System.Windows.Forms.Primitives (1)
Windows.Win32.IFont.g.cs (1)
67 *pName = __object.Name;
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHostTests.cs (4)
1451Assert.Equal(font.Name, iFont.Name.ToStringAndFree()); 1481Assert.Equal(font.Name, iFont.Name.ToStringAndFree()); 1526Assert.Equal(font.Name, iFont.Name.ToStringAndFree()); 1548Assert.Equal(font.Name, iFont.Name.ToStringAndFree());