6 references to hFont
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3709Font f = Font.FromHfont(oleFont.hFont);
System.Windows.Forms.Primitives (1)
Windows.Win32.IFont.g.cs (1)
579 *phFont = __object.hFont;
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHostTests.cs (4)
1459Assert.NotEqual(IntPtr.Zero, iFont.hFont); 1488Assert.NotEqual(IntPtr.Zero, iFont.hFont); 1534Assert.NotEqual(IntPtr.Zero, iFont.hFont); 1555Assert.NotEqual(IntPtr.Zero, iFont.hFont);