1 instantiation of TITLEBARINFO
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
1177ti = new UnsafeNativeMethods.TITLEBARINFO();
8 references to TITLEBARINFO
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\Misc.cs (3)
1175internal static bool ProxyGetTitleBarInfo(IntPtr hwnd, out UnsafeNativeMethods.TITLEBARINFO ti) 1221UnsafeNativeMethods.TITLEBARINFO ti; 1972UnsafeNativeMethods.TITLEBARINFO tiDL;
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
816UnsafeNativeMethods.TITLEBARINFO ti; 1260UnsafeNativeMethods.TITLEBARINFO ti;
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
197UnsafeNativeMethods.TITLEBARINFO ti; 218UnsafeNativeMethods.TITLEBARINFO ti;
MS\Win32\UnsafeNativeMethods.cs (1)
264public static extern bool GetTitleBarInfo(IntPtr hwnd, ref TITLEBARINFO pti);