1 instantiation of TITLEBARINFO
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
1178ti = new UnsafeNativeMethods.TITLEBARINFO();
8 references to TITLEBARINFO
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\Misc.cs (3)
1176internal static bool ProxyGetTitleBarInfo(IntPtr hwnd, out UnsafeNativeMethods.TITLEBARINFO ti) 1222UnsafeNativeMethods.TITLEBARINFO ti; 1973UnsafeNativeMethods.TITLEBARINFO tiDL;
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
817UnsafeNativeMethods.TITLEBARINFO ti; 1261UnsafeNativeMethods.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);