3 writes to pszSubsetTitle
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2102
nativeItem.
pszSubsetTitle
= item.pszSubsetTitle; // NULL if group is not subset
2252
nativeItem.
pszSubsetTitle
= IntPtr.Zero; // NULL if group is not subset
MS\Win32\NativeMethods.cs (1)
961
pszSubsetTitle
= IntPtr.Zero; // NULL if group is not subset
3 references to pszSubsetTitle
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
694
textAddress = new IntPtr(&item.
pszSubsetTitle
);
2069
pszSubsetTitle = item.
pszSubsetTitle
; // NULL if group is not subset
2219
pszSubsetTitle = (long)item.
pszSubsetTitle
; // NULL if group is not subset