12 references to StaticType
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\WindowsStatic.cs (12)
23private WindowsStatic (IntPtr hwnd, ProxyFragment parent, StaticType type, int style) 28if (type == StaticType.Text) 63StaticType type; 90if (type == StaticType.Unsupported) 149if (_type == StaticType.Text) 176private static StaticType GetStaticTypeFromStyle(int style) 178StaticType staticType = StaticType.Unsupported; 182staticType = StaticType.Icon; 186staticType = StaticType.Bitmap; 204staticType = StaticType.Text; 226private StaticType _type;