12 references to StaticType
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\WindowsStatic.cs (12)
24
WindowsStatic (IntPtr hwnd, ProxyFragment parent,
StaticType
type, int style)
29
if (type ==
StaticType
.Text)
64
StaticType
type;
91
if (type ==
StaticType
.Unsupported)
150
if (_type ==
StaticType
.Text)
177
private static
StaticType
GetStaticTypeFromStyle(int style)
179
StaticType
staticType =
StaticType
.Unsupported;
183
staticType =
StaticType
.Icon;
187
staticType =
StaticType
.Bitmap;
205
staticType =
StaticType
.Text;
227
StaticType
_type;