114 references to Properties
UIAutomationTypes (114)
MS\Internal\Automation\AutomationIdentifierConstants.cs (14)
20
internal const
Properties
FirstProperty =
Properties
.RuntimeId;
26
internal static
Properties
LastSupportedProperty;
36
LastSupportedProperty =
Properties
.IsDialog;
44
LastSupportedProperty =
Properties
.HeadingLevel;
52
LastSupportedProperty =
Properties
.Size;
60
LastSupportedProperty =
Properties
.Size;
68
LastSupportedProperty =
Properties
.FullDescription;
76
LastSupportedProperty =
Properties
.LocalizedLandmarkType;
84
LastSupportedProperty =
Properties
.AnnotationObjects;
92
LastSupportedProperty =
Properties
.IsPeripheral;
100
LastSupportedProperty =
Properties
.FlowsFrom;
109
LastSupportedProperty =
Properties
.IsSynchronizedInputPatternAvailable;
117
LastSupportedProperty =
Properties
.TransformCanRotate;
System\Windows\Automation\AutomationElementIdentifiers.cs (54)
45
public static readonly AutomationProperty IsControlElementProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsControlElement, "AutomationElementIdentifiers.IsControlElementProperty");
48
public static readonly AutomationProperty ControlTypeProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.ControlType, "AutomationElementIdentifiers.ControlTypeProperty");
51
public static readonly AutomationProperty IsContentElementProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsContentElement, "AutomationElementIdentifiers.IsContentElementProperty");
54
public static readonly AutomationProperty LabeledByProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.LabeledBy, "AutomationElementIdentifiers.LabeledByProperty");
57
public static readonly AutomationProperty NativeWindowHandleProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.NativeWindowHandle, "AutomationElementIdentifiers.NativeWindowHandleProperty");
60
public static readonly AutomationProperty AutomationIdProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.AutomationId, "AutomationElementIdentifiers.AutomationIdProperty");
63
public static readonly AutomationProperty ItemTypeProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.ItemType, "AutomationElementIdentifiers.ItemTypeProperty");
66
public static readonly AutomationProperty IsPasswordProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsPassword, "AutomationElementIdentifiers.IsPasswordProperty");
69
public static readonly AutomationProperty LocalizedControlTypeProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.LocalizedControlType, "AutomationElementIdentifiers.LocalizedControlTypeProperty");
72
public static readonly AutomationProperty NameProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.Name, "AutomationElementIdentifiers.NameProperty");
75
public static readonly AutomationProperty AcceleratorKeyProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.AcceleratorKey, "AutomationElementIdentifiers.AcceleratorKeyProperty");
78
public static readonly AutomationProperty AccessKeyProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.AccessKey, "AutomationElementIdentifiers.AccessKeyProperty");
81
public static readonly AutomationProperty HasKeyboardFocusProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.HasKeyboardFocus, "AutomationElementIdentifiers.HasKeyboardFocusProperty");
84
public static readonly AutomationProperty IsKeyboardFocusableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsKeyboardFocusable, "AutomationElementIdentifiers.IsKeyboardFocusableProperty");
87
public static readonly AutomationProperty IsEnabledProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsEnabled, "AutomationElementIdentifiers.IsEnabledProperty");
90
public static readonly AutomationProperty BoundingRectangleProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.BoundingRectangle, "AutomationElementIdentifiers.BoundingRectangleProperty");
93
public static readonly AutomationProperty ProcessIdProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.ProcessId, "AutomationElementIdentifiers.ProcessIdProperty");
96
public static readonly AutomationProperty RuntimeIdProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.RuntimeId, "AutomationElementIdentifiers.RuntimeIdProperty");
99
public static readonly AutomationProperty ClassNameProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.ClassName, "AutomationElementIdentifiers.ClassNameProperty");
102
public static readonly AutomationProperty HelpTextProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.HelpText, "AutomationElementIdentifiers.HelpTextProperty");
105
public static readonly AutomationProperty ClickablePointProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.ClickablePoint, "AutomationElementIdentifiers.ClickablePointProperty");
108
public static readonly AutomationProperty CultureProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.Culture, "AutomationElementIdentifiers.CultureProperty");
111
public static readonly AutomationProperty IsOffscreenProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsOffscreen, "AutomationElementIdentifiers.IsOffscreenProperty");
114
public static readonly AutomationProperty OrientationProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.Orientation, "AutomationElementIdentifiers.OrientationProperty");
117
public static readonly AutomationProperty FrameworkIdProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.FrameworkId, "AutomationElementIdentifiers.FrameworkIdProperty");
120
public static readonly AutomationProperty HeadingLevelProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.HeadingLevel, "AutomationElementIdentifiers.HeadingLevelProperty");
123
public static readonly AutomationProperty IsDialogProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsDialog, "AutomationElementIdentifiers.IsDialogProperty");
126
public static readonly AutomationProperty IsRequiredForFormProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsRequiredForForm, "AutomationElementIdentifiers.IsRequiredForFormProperty");
129
public static readonly AutomationProperty ItemStatusProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.ItemStatus, "AutomationElementIdentifiers.ItemStatusProperty");
132
public static readonly AutomationProperty LiveSettingProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.LiveSetting, "AutomationElementIdentifiers.LiveSettingProperty");
135
public static readonly AutomationProperty ControllerForProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.ControllerFor, "AutomationElementIdentifiers.ControllerForProperty");
141
public static readonly AutomationProperty SizeOfSetProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.SizeOfSet, "AutomationElementIdentifiers.SizeOfSetProperty");
147
public static readonly AutomationProperty PositionInSetProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.PositionInSet, "AutomationElementIdentifiers.PositionInSetProperty");
151
public static readonly AutomationProperty IsDockPatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsDockPatternAvailable, "AutomationElementIdentifiers.IsDockPatternAvailableProperty");
153
public static readonly AutomationProperty IsExpandCollapsePatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsExpandCollapsePatternAvailable, "AutomationElementIdentifiers.IsExpandCollapsePatternAvailableProperty");
155
public static readonly AutomationProperty IsGridItemPatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsGridItemPatternAvailable, "AutomationElementIdentifiers.IsGridItemPatternAvailableProperty");
157
public static readonly AutomationProperty IsGridPatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsGridPatternAvailable, "AutomationElementIdentifiers.IsGridPatternAvailableProperty");
159
public static readonly AutomationProperty IsInvokePatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsInvokePatternAvailable, "AutomationElementIdentifiers.IsInvokePatternAvailableProperty");
161
public static readonly AutomationProperty IsMultipleViewPatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsMultipleViewPatternAvailable, "AutomationElementIdentifiers.IsMultipleViewPatternAvailableProperty");
163
public static readonly AutomationProperty IsRangeValuePatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsRangeValuePatternAvailable, "AutomationElementIdentifiers.IsRangeValuePatternAvailableProperty");
165
public static readonly AutomationProperty IsSelectionItemPatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsSelectionItemPatternAvailable, "AutomationElementIdentifiers.IsSelectionItemPatternAvailableProperty");
167
public static readonly AutomationProperty IsSelectionPatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsSelectionPatternAvailable, "AutomationElementIdentifiers.IsSelectionPatternAvailableProperty");
169
public static readonly AutomationProperty IsScrollPatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsScrollPatternAvailable, "AutomationElementIdentifiers.IsScrollPatternAvailableProperty");
171
public static readonly AutomationProperty IsScrollItemPatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsScrollItemPatternAvailable, "AutomationElementIdentifiers.IsScrollItemPatternAvailableProperty");
173
public static readonly AutomationProperty IsSynchronizedInputPatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsSynchronizedInputPatternAvailable, "AutomationElementIdentifiers.IsSynchronizedInputPatternAvailableProperty");
175
public static readonly AutomationProperty IsVirtualizedItemPatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsVirtualizedItemPatternAvailable, "AutomationElementIdentifiers.IsVirtualizedItemPatternAvailableProperty");
177
public static readonly AutomationProperty IsItemContainerPatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsItemContainerPatternAvailable, "AutomationElementIdentifiers.IsItemContainerPatternAvailableProperty");
179
public static readonly AutomationProperty IsTablePatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsTablePatternAvailable, "AutomationElementIdentifiers.IsTablePatternAvailableProperty");
181
public static readonly AutomationProperty IsTableItemPatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsTableItemPatternAvailable, "AutomationElementIdentifiers.IsTableItemPatternAvailableProperty");
183
public static readonly AutomationProperty IsTextPatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsTextPatternAvailable, "AutomationElementIdentifiers.IsTextPatternAvailableProperty");
185
public static readonly AutomationProperty IsTogglePatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsTogglePatternAvailable, "AutomationElementIdentifiers.IsTogglePatternAvailableProperty");
187
public static readonly AutomationProperty IsTransformPatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsTransformPatternAvailable, "AutomationElementIdentifiers.IsTransformPatternAvailableProperty");
189
public static readonly AutomationProperty IsValuePatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsValuePatternAvailable, "AutomationElementIdentifiers.IsValuePatternAvailableProperty");
191
public static readonly AutomationProperty IsWindowPatternAvailableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.IsWindowPatternAvailable, "AutomationElementIdentifiers.IsWindowPatternAvailableProperty");
System\Windows\Automation\AutomationProperty.cs (1)
29
internal static AutomationProperty Register(AutomationIdentifierConstants.
Properties
id, string programmaticName)
System\Windows\Automation\DockPatternIdentifiers.cs (1)
60
public static readonly AutomationProperty DockPositionProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.DockDockPosition, "DockPatternIdentifiers.DockPositionProperty");
System\Windows\Automation\ExpandCollapsePatternIdentifiers.cs (1)
55
public static readonly AutomationProperty ExpandCollapseStateProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.ExpandCollapseExpandCollapseState, "ExpandCollapsePatternIdentifiers.ExpandCollapseStateProperty");
System\Windows\Automation\GridItemPatternIdentifiers.cs (5)
35
public static readonly AutomationProperty RowProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.GridItemRow, "GridItemPatternIdentifiers.RowProperty");
38
public static readonly AutomationProperty ColumnProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.GridItemColumn, "GridItemPatternIdentifiers.ColumnProperty");
41
public static readonly AutomationProperty RowSpanProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.GridItemRowSpan, "GridItemPatternIdentifiers.RowSpanProperty");
44
public static readonly AutomationProperty ColumnSpanProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.GridItemColumnSpan, "GridItemPatternIdentifiers.ColumnSpanProperty");
47
public static readonly AutomationProperty ContainingGridProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.GridItemContainingGrid, "GridItemPatternIdentifiers.ContainingGridProperty");
System\Windows\Automation\GridPatternIdentifiers.cs (2)
31
public static readonly AutomationProperty RowCountProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.GridRowCount, "GridPatternIdentifiers.RowCountProperty");
34
public static readonly AutomationProperty ColumnCountProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.GridColumnCount, "GridPatternIdentifiers.ColumnCountProperty");
System\Windows\Automation\MultipleViewPatternIdentifiers.cs (2)
32
public static readonly AutomationProperty CurrentViewProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.MultipleViewCurrentView, "MultipleViewPatternIdentifiers.CurrentViewProperty");
35
public static readonly AutomationProperty SupportedViewsProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.MultipleViewSupportedViews, "MultipleViewPatternIdentifiers.SupportedViewsProperty");
System\Windows\Automation\RangeValuePatternIdentifiers.cs (6)
39
public static readonly AutomationProperty ValueProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.RangeValueValue, "RangeValuePatternIdentifiers.ValueProperty");
42
public static readonly AutomationProperty IsReadOnlyProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.RangeValueIsReadOnly, "RangeValuePatternIdentifiers.IsReadOnlyProperty");
45
public static readonly AutomationProperty MinimumProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.RangeValueMinimum, "RangeValuePatternIdentifiers.MinimumProperty");
48
public static readonly AutomationProperty MaximumProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.RangeValueMaximum, "RangeValuePatternIdentifiers.MaximumProperty");
51
public static readonly AutomationProperty LargeChangeProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.RangeValueLargeChange, "RangeValuePatternIdentifiers.LargeChangeProperty");
54
public static readonly AutomationProperty SmallChangeProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.RangeValueSmallChange, "RangeValuePatternIdentifiers.SmallChangeProperty");
System\Windows\Automation\ScrollPatternIdentifiers.cs (6)
85
public static readonly AutomationProperty HorizontalScrollPercentProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.ScrollHorizontalScrollPercent, "ScrollPatternIdentifiers.HorizontalScrollPercentProperty");
88
public static readonly AutomationProperty HorizontalViewSizeProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.ScrollHorizontalViewSize, "ScrollPatternIdentifiers.HorizontalViewSizeProperty");
91
public static readonly AutomationProperty VerticalScrollPercentProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.ScrollVerticalScrollPercent, "ScrollPatternIdentifiers.VerticalScrollPercentProperty");
94
public static readonly AutomationProperty VerticalViewSizeProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.ScrollVerticalViewSize, "ScrollPatternIdentifiers.VerticalViewSizeProperty");
97
public static readonly AutomationProperty HorizontallyScrollableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.ScrollHorizontallyScrollable, "ScrollPatternIdentifiers.HorizontallyScrollableProperty");
100
public static readonly AutomationProperty VerticallyScrollableProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.ScrollVerticallyScrollable, "ScrollPatternIdentifiers.VerticallyScrollableProperty");
System\Windows\Automation\SelectionItemPatternIdentifiers.cs (2)
34
public static readonly AutomationProperty IsSelectedProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.SelectionItemIsSelected, "SelectionItemPatternIdentifiers.IsSelectedProperty");
36
public static readonly AutomationProperty SelectionContainerProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.SelectionItemSelectionContainer, "SelectionItemPatternIdentifiers.SelectionContainerProperty");
System\Windows\Automation\SelectionPatternIdentifiers.cs (3)
35
public static readonly AutomationProperty SelectionProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.SelectionSelection, "SelectionPatternIdentifiers.SelectionProperty");
38
public static readonly AutomationProperty CanSelectMultipleProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.SelectionCanSelectMultiple, "SelectionPatternIdentifiers.CanSelectMultipleProperty");
41
public static readonly AutomationProperty IsSelectionRequiredProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.SelectionIsSelectionRequired, "SelectionPatternIdentifiers.IsSelectionRequiredProperty");
System\Windows\Automation\TableItemPatternIdentifiers.cs (2)
34
public static readonly AutomationProperty RowHeaderItemsProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.TableItemRowHeaderItems, "TableItemPatternIdentifiers.RowHeaderItemsProperty");
37
public static readonly AutomationProperty ColumnHeaderItemsProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.TableItemColumnHeaderItems, "TableItemPatternIdentifiers.ColumnHeaderItemsProperty");
System\Windows\Automation\TablePatternIdentifiers.cs (3)
53
public static readonly AutomationProperty RowHeadersProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.TableRowHeaders, "TablePatternIdentifiers.RowHeadersProperty");
56
public static readonly AutomationProperty ColumnHeadersProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.TableColumnHeaders, "TablePatternIdentifiers.ColumnHeadersProperty");
59
public static readonly AutomationProperty RowOrColumnMajorProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.TableRowOrColumnMajor, "TablePatternIdentifiers.RowOrColumnMajorProperty");
System\Windows\Automation\TogglePatternIdentifiers.cs (1)
53
public static readonly AutomationProperty ToggleStateProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.ToggleToggleState, "TogglePatternIdentifiers.ToggleStateProperty");
System\Windows\Automation\TransformPatternIdentifiers.cs (3)
32
public static readonly AutomationProperty CanMoveProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.TransformCanMove, "TransformPatternIdentifiers.CanMoveProperty");
35
public static readonly AutomationProperty CanResizeProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.TransformCanResize, "TransformPatternIdentifiers.CanResizeProperty");
38
public static readonly AutomationProperty CanRotateProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.TransformCanRotate, "TransformPatternIdentifiers.CanRotateProperty");
System\Windows\Automation\ValuePatternIdentifiers.cs (2)
33
public static readonly AutomationProperty ValueProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.ValueValue, "ValuePatternIdentifiers.ValueProperty");
36
public static readonly AutomationProperty IsReadOnlyProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.ValueIsReadOnly, "ValuePatternIdentifiers.IsReadOnlyProperty");
System\Windows\Automation\WindowPatternIdentifiers.cs (6)
87
public static readonly AutomationProperty CanMaximizeProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.WindowCanMaximize, "WindowPatternIdentifiers.CanMaximizeProperty");
90
public static readonly AutomationProperty CanMinimizeProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.WindowCanMinimize, "WindowPatternIdentifiers.CanMinimizeProperty");
93
public static readonly AutomationProperty IsModalProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.WindowIsModal, "WindowPatternIdentifiers.IsModalProperty");
96
public static readonly AutomationProperty WindowVisualStateProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.WindowWindowVisualState, "WindowPatternIdentifiers.WindowVisualStateProperty");
99
public static readonly AutomationProperty WindowInteractionStateProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.WindowWindowInteractionState, "WindowPatternIdentifiers.WindowInteractionStateProperty");
102
public static readonly AutomationProperty IsTopmostProperty = AutomationProperty.Register(AutomationIdentifierConstants.
Properties
.WindowIsTopmost, "WindowPatternIdentifiers.IsTopmostProperty");