6 references to hFont
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3709
Font 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)
1459
Assert.NotEqual(IntPtr.Zero, iFont.
hFont
);
1488
Assert.NotEqual(IntPtr.Zero, iFont.
hFont
);
1534
Assert.NotEqual(IntPtr.Zero, iFont.
hFont
);
1555
Assert.NotEqual(IntPtr.Zero, iFont.
hFont
);