4 references to GetProp
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
577
return Misc.InTheShellProcess(_hwnd) && UnsafeNativeMethods.
GetProp
(_hwnd, "StartButtonTag") == new IntPtr(304);
MS\Internal\AutomationProxies\WindowsTreeView.cs (3)
1581
IntPtr address = UnsafeNativeMethods.
GetProp
(_hwnd, "MSAAStateImageMapAddr");
1587
int numStates = unchecked((int)UnsafeNativeMethods.
GetProp
(_hwnd, "MSAAStateImageMapCount"));
1642
return UnsafeNativeMethods.
GetProp
(_hwnd, "MSAAStateImageMapAddr") != IntPtr.Zero;