1 instantiation of LOGFONT
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
552NativeMethods.LOGFONT logfont = new NativeMethods.LOGFONT();
11 references to LOGFONT
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\Misc.cs (1)
488internal static int GetObjectW(IntPtr hObject, int size, ref NativeMethods.LOGFONT lf)
MS\Internal\AutomationProxies\WindowsEditBox.cs (3)
548internal NativeMethods.LOGFONT GetLogfont() 552NativeMethods.LOGFONT logfont = new NativeMethods.LOGFONT(); 553int cb = Marshal.SizeOf(typeof(NativeMethods.LOGFONT));
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (6)
759private static object GetFontName(NativeMethods.LOGFONT logfont) 765private static object GetFontSize(NativeMethods.LOGFONT logfont) 780private static object GetFontWeight(NativeMethods.LOGFONT logfont) 794private static object GetItalic(NativeMethods.LOGFONT logfont) 800private static object GetStrikethroughStyle(NativeMethods.LOGFONT logfont) 806private static object GetUnderlineStyle(NativeMethods.LOGFONT logfont)
MS\Win32\UnsafeNativeMethods.cs (1)
20internal static extern int GetObjectW(IntPtr hObject, int size, ref NativeMethods.LOGFONT lf);