95 references to AutomationPropertyInfo
UIAutomationClient (95)
MS\Internal\Automation\Schema.cs (95)
252new AutomationPropertyInfo( null, AutomationElement.RuntimeIdProperty, typeof(int[]), null ), 253new AutomationPropertyInfo( convertToRect, AutomationElement.BoundingRectangleProperty, typeof(Rect), Rect.Empty ), 255new AutomationPropertyInfo( null, AutomationElement.ProcessIdProperty, typeof(int), 0 ), 259new AutomationPropertyInfo( convertToControlType, AutomationElement.ControlTypeProperty, typeof(ControlType), ControlType.Custom ), 260new AutomationPropertyInfo( null, AutomationElement.LocalizedControlTypeProperty, typeof(string), "" ), 261new AutomationPropertyInfo( null, AutomationElement.NameProperty, typeof(string), "" ), 262new AutomationPropertyInfo( null, AutomationElement.AcceleratorKeyProperty, typeof(string), "" ), 263new AutomationPropertyInfo( null, AutomationElement.AccessKeyProperty, typeof(string), "" ), 264new AutomationPropertyInfo( convertToBool, AutomationElement.HasKeyboardFocusProperty, typeof(bool), false ), 265new AutomationPropertyInfo( convertToBool, AutomationElement.IsKeyboardFocusableProperty, typeof(bool), false ), 266new AutomationPropertyInfo( convertToBool, AutomationElement.IsEnabledProperty, typeof(bool), false ), 267new AutomationPropertyInfo( null, AutomationElement.AutomationIdProperty, typeof(string), "" ), 268new AutomationPropertyInfo( null, AutomationElement.ClassNameProperty, typeof(string), "" ), 269new AutomationPropertyInfo( null, AutomationElement.HelpTextProperty, typeof(string), "" ), 270new AutomationPropertyInfo( convertToPoint, AutomationElement.ClickablePointProperty, typeof(Point), null ), 271new AutomationPropertyInfo( convertToCultureInfo, AutomationElement.CultureProperty, typeof(CultureInfo), null ), 272new AutomationPropertyInfo( convertToBool, AutomationElement.IsControlElementProperty, typeof(bool), true ), 273new AutomationPropertyInfo( convertToBool, AutomationElement.IsContentElementProperty, typeof(bool), true ), 274new AutomationPropertyInfo( convertToElement, AutomationElement.LabeledByProperty, typeof(AutomationElement), null ), 275new AutomationPropertyInfo( convertToBool, AutomationElement.IsPasswordProperty, typeof(bool), false ), 276new AutomationPropertyInfo( null, AutomationElement.NativeWindowHandleProperty, typeof(int), 0 ), 277new AutomationPropertyInfo( null, AutomationElement.ItemTypeProperty, typeof(string), "" ), 278new AutomationPropertyInfo( convertToBool, AutomationElement.IsOffscreenProperty, typeof(bool), false ), 279new AutomationPropertyInfo( convertToOrientationType, AutomationElement.OrientationProperty, typeof(OrientationType), OrientationType.None ), 280new AutomationPropertyInfo( null, AutomationElement.FrameworkIdProperty, typeof(string), "" ), 281new AutomationPropertyInfo( convertToBool, AutomationElement.IsRequiredForFormProperty, typeof(bool), false ), 282new AutomationPropertyInfo( null, AutomationElement.ItemStatusProperty, typeof(string), "" ), 283new AutomationPropertyInfo( null, AutomationElement.SizeOfSetProperty, typeof(int), -1 ), 284new AutomationPropertyInfo( null, AutomationElement.PositionInSetProperty, typeof(int), -1 ), 288new AutomationPropertyInfo( convertToBool, AutomationElement.IsInvokePatternAvailableProperty, typeof(bool), false ), 289new AutomationPropertyInfo( convertToBool, AutomationElement.IsDockPatternAvailableProperty, typeof(bool), false ), 290new AutomationPropertyInfo( convertToBool, AutomationElement.IsExpandCollapsePatternAvailableProperty, typeof(bool), false ), 291new AutomationPropertyInfo( convertToBool, AutomationElement.IsGridItemPatternAvailableProperty, typeof(bool), false ), 292new AutomationPropertyInfo( convertToBool, AutomationElement.IsGridPatternAvailableProperty, typeof(bool), false ), 293new AutomationPropertyInfo( convertToBool, AutomationElement.IsMultipleViewPatternAvailableProperty, typeof(bool), false ), 294new AutomationPropertyInfo( convertToBool, AutomationElement.IsRangeValuePatternAvailableProperty, typeof(bool), false ), 295new AutomationPropertyInfo( convertToBool, AutomationElement.IsScrollPatternAvailableProperty, typeof(bool), false ), 296new AutomationPropertyInfo( convertToBool, AutomationElement.IsVirtualizedItemPatternAvailableProperty,typeof(bool), false ), 297new AutomationPropertyInfo( convertToBool, AutomationElement.IsItemContainerPatternAvailableProperty, typeof(bool), false ), 298new AutomationPropertyInfo( convertToBool, AutomationElement.IsScrollItemPatternAvailableProperty, typeof(bool), false ), 299new AutomationPropertyInfo( convertToBool, AutomationElement.IsSelectionItemPatternAvailableProperty, typeof(bool), false ), 300new AutomationPropertyInfo( convertToBool, AutomationElement.IsSelectionPatternAvailableProperty, typeof(bool), false ), 301new AutomationPropertyInfo( convertToBool, AutomationElement.IsSynchronizedInputPatternAvailableProperty, typeof(bool), false ), 302new AutomationPropertyInfo( convertToBool, AutomationElement.IsTablePatternAvailableProperty, typeof(bool), false ), 303new AutomationPropertyInfo( convertToBool, AutomationElement.IsTableItemPatternAvailableProperty, typeof(bool), false ), 304new AutomationPropertyInfo( convertToBool, AutomationElement.IsTextPatternAvailableProperty, typeof(bool), false ), 305new AutomationPropertyInfo( convertToBool, AutomationElement.IsTogglePatternAvailableProperty, typeof(bool), false ), 306new AutomationPropertyInfo( convertToBool, AutomationElement.IsTransformPatternAvailableProperty, typeof(bool), false ), 307new AutomationPropertyInfo( convertToBool, AutomationElement.IsValuePatternAvailableProperty, typeof(bool), false ), 308new AutomationPropertyInfo( convertToBool, AutomationElement.IsWindowPatternAvailableProperty, typeof(bool), false ), 312new AutomationPropertyInfo( null, ValuePattern.ValueProperty, typeof(string), "" ), 313new AutomationPropertyInfo( convertToBool, ValuePattern.IsReadOnlyProperty, typeof(bool), true ), 314new AutomationPropertyInfo( null, RangeValuePattern.ValueProperty, typeof(double), 0.0 ), 315new AutomationPropertyInfo( convertToBool, RangeValuePattern.IsReadOnlyProperty, typeof(bool), true ), 316new AutomationPropertyInfo( null, RangeValuePattern.MinimumProperty, typeof(object), 0.0 ), 317new AutomationPropertyInfo( null, RangeValuePattern.MaximumProperty, typeof(object), 0.0 ), 318new AutomationPropertyInfo( null, RangeValuePattern.LargeChangeProperty, typeof(double), 0.0 ), 319new AutomationPropertyInfo( null, RangeValuePattern.SmallChangeProperty, typeof(double), 0.0 ), 320new AutomationPropertyInfo( null, ScrollPattern.HorizontalScrollPercentProperty, typeof(double), (double)0 ), 321new AutomationPropertyInfo( null, ScrollPattern.HorizontalViewSizeProperty, typeof(double), (double)100 ), 322new AutomationPropertyInfo( null, ScrollPattern.VerticalScrollPercentProperty, typeof(double), (double)0 ), 323new AutomationPropertyInfo( null, ScrollPattern.VerticalViewSizeProperty, typeof(double), (double)100 ), 324new AutomationPropertyInfo( convertToBool, ScrollPattern.HorizontallyScrollableProperty, typeof(bool), false ), 325new AutomationPropertyInfo( convertToBool, ScrollPattern.VerticallyScrollableProperty, typeof(bool), false ), 326new AutomationPropertyInfo( convertToElementArray, SelectionPattern.SelectionProperty, typeof(AutomationElement[]), new AutomationElement[]{} ), 327new AutomationPropertyInfo( convertToBool, SelectionPattern.CanSelectMultipleProperty, typeof(bool), false ), 328new AutomationPropertyInfo( convertToBool, SelectionPattern.IsSelectionRequiredProperty, typeof(bool), false ), 329new AutomationPropertyInfo( null, GridPattern.RowCountProperty, typeof(int), 0 ), 330new AutomationPropertyInfo( null, GridPattern.ColumnCountProperty, typeof(int), 0 ), 331new AutomationPropertyInfo( null, GridItemPattern.RowProperty, typeof(int), 0 ), 332new AutomationPropertyInfo( null, GridItemPattern.ColumnProperty, typeof(int), 0 ), 333new AutomationPropertyInfo( null, GridItemPattern.RowSpanProperty, typeof(int), 1 ), 334new AutomationPropertyInfo( null, GridItemPattern.ColumnSpanProperty, typeof(int), 1 ), 335new AutomationPropertyInfo( convertToElement, GridItemPattern.ContainingGridProperty, typeof(AutomationElement), null ), 336new AutomationPropertyInfo( convertToDockPosition, DockPattern.DockPositionProperty, typeof(DockPosition), DockPosition.None ), 337new AutomationPropertyInfo( convertToExpandCollapseState, ExpandCollapsePattern.ExpandCollapseStateProperty, typeof(ExpandCollapseState), ExpandCollapseState.LeafNode ), 338new AutomationPropertyInfo( null, MultipleViewPattern.CurrentViewProperty, typeof(int), 0 ), 339new AutomationPropertyInfo( null, MultipleViewPattern.SupportedViewsProperty, typeof(int []), new int [0] ), 340new AutomationPropertyInfo( convertToBool, WindowPattern.CanMaximizeProperty, typeof(bool), false ), 341new AutomationPropertyInfo( convertToBool, WindowPattern.CanMinimizeProperty, typeof(bool), false ), 342new AutomationPropertyInfo( convertToWindowVisualState, WindowPattern.WindowVisualStateProperty, typeof(WindowVisualState), WindowVisualState.Normal ), 343new AutomationPropertyInfo( convertToWindowInteractionState, WindowPattern.WindowInteractionStateProperty, typeof(WindowInteractionState),WindowInteractionState.Running ), 344new AutomationPropertyInfo( convertToBool, WindowPattern.IsModalProperty, typeof(bool), false ), 345new AutomationPropertyInfo( convertToBool, WindowPattern.IsTopmostProperty, typeof(bool), false ), 346new AutomationPropertyInfo( convertToBool, SelectionItemPattern.IsSelectedProperty, typeof(bool), false ), 347new AutomationPropertyInfo( convertToElement, SelectionItemPattern.SelectionContainerProperty, typeof(AutomationElement), null ), 348new AutomationPropertyInfo( convertToElementArray, TablePattern.RowHeadersProperty, typeof(AutomationElement []), new AutomationElement [0] ), 349new AutomationPropertyInfo( convertToElementArray, TablePattern.ColumnHeadersProperty, typeof(AutomationElement []), new AutomationElement [0] ), 350new AutomationPropertyInfo( convertToRowOrColumnMajor, TablePattern.RowOrColumnMajorProperty, typeof(RowOrColumnMajor), RowOrColumnMajor.Indeterminate ), 351new AutomationPropertyInfo( convertToElementArray, TableItemPattern.RowHeaderItemsProperty, typeof(AutomationElement []), new AutomationElement [0] ), 352new AutomationPropertyInfo( convertToElementArray, TableItemPattern.ColumnHeaderItemsProperty, typeof(AutomationElement []), new AutomationElement [0] ), 353new AutomationPropertyInfo( convertToToggleState, TogglePattern.ToggleStateProperty, typeof(ToggleState), ToggleState.Indeterminate ), 354new AutomationPropertyInfo( convertToBool, TransformPattern.CanMoveProperty, typeof(bool), false ), 355new AutomationPropertyInfo( convertToBool, TransformPattern.CanResizeProperty, typeof(bool), false ), 356new AutomationPropertyInfo( convertToBool, TransformPattern.CanRotateProperty, typeof(bool), false ),