1 instantiation of LOGFONT
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
553NativeMethods.LOGFONT logfont = new NativeMethods.LOGFONT();
11 references to LOGFONT
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\Misc.cs (1)
489internal static int GetObjectW(IntPtr hObject, int size, ref NativeMethods.LOGFONT lf)
MS\Internal\AutomationProxies\WindowsEditBox.cs (3)
549internal NativeMethods.LOGFONT GetLogfont() 553NativeMethods.LOGFONT logfont = new NativeMethods.LOGFONT(); 554int cb = Marshal.SizeOf(typeof(NativeMethods.LOGFONT));
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (6)
760private static object GetFontName(NativeMethods.LOGFONT logfont) 766private static object GetFontSize(NativeMethods.LOGFONT logfont) 781private static object GetFontWeight(NativeMethods.LOGFONT logfont) 795private static object GetItalic(NativeMethods.LOGFONT logfont) 801private static object GetStrikethroughStyle(NativeMethods.LOGFONT logfont) 807private static object GetUnderlineStyle(NativeMethods.LOGFONT logfont)
MS\Win32\UnsafeNativeMethods.cs (1)
21internal static extern int GetObjectW(IntPtr hObject, int size, ref NativeMethods.LOGFONT lf);