12 references to StaticType
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\WindowsStatic.cs (12)
27
WindowsStatic (IntPtr hwnd, ProxyFragment parent,
StaticType
type, int style)
32
if (type ==
StaticType
.Text)
67
StaticType
type;
94
if (type ==
StaticType
.Unsupported)
154
if (_type ==
StaticType
.Text)
181
private static
StaticType
GetStaticTypeFromStyle(int style)
183
StaticType
staticType =
StaticType
.Unsupported;
187
staticType =
StaticType
.Icon;
191
staticType =
StaticType
.Bitmap;
209
staticType =
StaticType
.Text;
231
StaticType
_type;