1 instantiation of TITLEBARINFO
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
1185ti = new UnsafeNativeMethods.TITLEBARINFO();
8 references to TITLEBARINFO
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\Misc.cs (3)
1183internal static bool ProxyGetTitleBarInfo(IntPtr hwnd, out UnsafeNativeMethods.TITLEBARINFO ti) 1229UnsafeNativeMethods.TITLEBARINFO ti; 1993UnsafeNativeMethods.TITLEBARINFO tiDL;
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
820UnsafeNativeMethods.TITLEBARINFO ti; 1264UnsafeNativeMethods.TITLEBARINFO ti;
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
198UnsafeNativeMethods.TITLEBARINFO ti; 219UnsafeNativeMethods.TITLEBARINFO ti;
MS\Win32\UnsafeNativeMethods.cs (1)
265public static extern bool GetTitleBarInfo(IntPtr hwnd, ref TITLEBARINFO pti);