3 writes to pvFilter
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1685nativeItem.pvFilter = new IntPtr(item.pvFilter); 1737nativeItem.pvFilter = IntPtr.Zero;
MS\Win32\NativeMethods.cs (1)
1897pvFilter = IntPtr.Zero;
1 reference to pvFilter
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
1719pvFilter = (long)item.pvFilter;