1 instantiation of LOGFONT
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
618NativeMethods.LOGFONT logfont = new NativeMethods.LOGFONT();
11 references to LOGFONT
UIAutomationClientsideProviders (11)
MS\Internal\AutomationProxies\Misc.cs (1)
505internal static int GetObjectW(IntPtr hObject, int size, ref NativeMethods.LOGFONT lf)
MS\Internal\AutomationProxies\WindowsEditBox.cs (3)
614internal NativeMethods.LOGFONT GetLogfont() 618NativeMethods.LOGFONT logfont = new NativeMethods.LOGFONT(); 619int cb = Marshal.SizeOf(typeof(NativeMethods.LOGFONT));
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (6)
785private static object GetFontName(NativeMethods.LOGFONT logfont) 791private static object GetFontSize(NativeMethods.LOGFONT logfont) 806private static object GetFontWeight(NativeMethods.LOGFONT logfont) 820private static object GetItalic(NativeMethods.LOGFONT logfont) 826private static object GetStrikethroughStyle(NativeMethods.LOGFONT logfont) 832private static object GetUnderlineStyle(NativeMethods.LOGFONT logfont)
MS\Win32\UnsafeNativeMethods.cs (1)
33internal static extern int GetObjectW(IntPtr hObject, int size, ref NativeMethods.LOGFONT lf);