97 instantiations of AutomationPropertyInfo
UIAutomationClient (97)
MS\Internal\Automation\Schema.cs (97)
276
new
AutomationPropertyInfo
( null, AutomationElement.RuntimeIdProperty, typeof(int[]), null ),
277
new
AutomationPropertyInfo
( convertToRect, AutomationElement.BoundingRectangleProperty, typeof(Rect), Rect.Empty ),
279
new
AutomationPropertyInfo
( null, AutomationElement.ProcessIdProperty, typeof(int), 0 ),
283
new
AutomationPropertyInfo
( convertToControlType, AutomationElement.ControlTypeProperty, typeof(ControlType), ControlType.Custom ),
284
new
AutomationPropertyInfo
( null, AutomationElement.LocalizedControlTypeProperty, typeof(string), "" ),
285
new
AutomationPropertyInfo
( null, AutomationElement.NameProperty, typeof(string), "" ),
286
new
AutomationPropertyInfo
( null, AutomationElement.AcceleratorKeyProperty, typeof(string), "" ),
287
new
AutomationPropertyInfo
( null, AutomationElement.AccessKeyProperty, typeof(string), "" ),
288
new
AutomationPropertyInfo
( convertToBool, AutomationElement.HasKeyboardFocusProperty, typeof(bool), false ),
289
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsKeyboardFocusableProperty, typeof(bool), false ),
290
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsEnabledProperty, typeof(bool), false ),
291
new
AutomationPropertyInfo
( null, AutomationElement.AutomationIdProperty, typeof(string), "" ),
292
new
AutomationPropertyInfo
( null, AutomationElement.ClassNameProperty, typeof(string), "" ),
293
new
AutomationPropertyInfo
( null, AutomationElement.HelpTextProperty, typeof(string), "" ),
294
new
AutomationPropertyInfo
( convertToPoint, AutomationElement.ClickablePointProperty, typeof(Point), null ),
295
new
AutomationPropertyInfo
( convertToCultureInfo, AutomationElement.CultureProperty, typeof(CultureInfo), null ),
296
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsControlElementProperty, typeof(bool), true ),
297
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsContentElementProperty, typeof(bool), true ),
298
new
AutomationPropertyInfo
( convertToElement, AutomationElement.LabeledByProperty, typeof(AutomationElement), null ),
299
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsPasswordProperty, typeof(bool), false ),
300
new
AutomationPropertyInfo
( null, AutomationElement.NativeWindowHandleProperty, typeof(int), 0 ),
301
new
AutomationPropertyInfo
( null, AutomationElement.ItemTypeProperty, typeof(string), "" ),
302
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsOffscreenProperty, typeof(bool), false ),
303
new
AutomationPropertyInfo
( convertToOrientationType, AutomationElement.OrientationProperty, typeof(OrientationType), OrientationType.None ),
304
new
AutomationPropertyInfo
( null, AutomationElement.FrameworkIdProperty, typeof(string), "" ),
305
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsRequiredForFormProperty, typeof(bool), false ),
306
new
AutomationPropertyInfo
( null, AutomationElement.ItemStatusProperty, typeof(string), "" ),
307
new
AutomationPropertyInfo
( null, AutomationElement.SizeOfSetProperty, typeof(int), -1 ),
308
new
AutomationPropertyInfo
( null, AutomationElement.PositionInSetProperty, typeof(int), -1 ),
309
new
AutomationPropertyInfo
( convertToAutomationHeadingLevel, AutomationElement.HeadingLevelProperty, typeof(AutomationHeadingLevel),AutomationHeadingLevel.None ),
310
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsDialogProperty, typeof(bool), false ),
314
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsInvokePatternAvailableProperty, typeof(bool), false ),
315
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsDockPatternAvailableProperty, typeof(bool), false ),
316
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsExpandCollapsePatternAvailableProperty, typeof(bool), false ),
317
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsGridItemPatternAvailableProperty, typeof(bool), false ),
318
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsGridPatternAvailableProperty, typeof(bool), false ),
319
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsMultipleViewPatternAvailableProperty, typeof(bool), false ),
320
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsRangeValuePatternAvailableProperty, typeof(bool), false ),
321
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsScrollPatternAvailableProperty, typeof(bool), false ),
322
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsVirtualizedItemPatternAvailableProperty,typeof(bool), false ),
323
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsItemContainerPatternAvailableProperty, typeof(bool), false ),
324
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsScrollItemPatternAvailableProperty, typeof(bool), false ),
325
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsSelectionItemPatternAvailableProperty, typeof(bool), false ),
326
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsSelectionPatternAvailableProperty, typeof(bool), false ),
327
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsSynchronizedInputPatternAvailableProperty, typeof(bool), false ),
328
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsTablePatternAvailableProperty, typeof(bool), false ),
329
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsTableItemPatternAvailableProperty, typeof(bool), false ),
330
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsTextPatternAvailableProperty, typeof(bool), false ),
331
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsTogglePatternAvailableProperty, typeof(bool), false ),
332
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsTransformPatternAvailableProperty, typeof(bool), false ),
333
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsValuePatternAvailableProperty, typeof(bool), false ),
334
new
AutomationPropertyInfo
( convertToBool, AutomationElement.IsWindowPatternAvailableProperty, typeof(bool), false ),
338
new
AutomationPropertyInfo
( null, ValuePattern.ValueProperty, typeof(string), "" ),
339
new
AutomationPropertyInfo
( convertToBool, ValuePattern.IsReadOnlyProperty, typeof(bool), true ),
340
new
AutomationPropertyInfo
( null, RangeValuePattern.ValueProperty, typeof(double), 0.0 ),
341
new
AutomationPropertyInfo
( convertToBool, RangeValuePattern.IsReadOnlyProperty, typeof(bool), true ),
342
new
AutomationPropertyInfo
( null, RangeValuePattern.MinimumProperty, typeof(object), 0.0 ),
343
new
AutomationPropertyInfo
( null, RangeValuePattern.MaximumProperty, typeof(object), 0.0 ),
344
new
AutomationPropertyInfo
( null, RangeValuePattern.LargeChangeProperty, typeof(double), 0.0 ),
345
new
AutomationPropertyInfo
( null, RangeValuePattern.SmallChangeProperty, typeof(double), 0.0 ),
346
new
AutomationPropertyInfo
( null, ScrollPattern.HorizontalScrollPercentProperty, typeof(double), (double)0 ),
347
new
AutomationPropertyInfo
( null, ScrollPattern.HorizontalViewSizeProperty, typeof(double), (double)100 ),
348
new
AutomationPropertyInfo
( null, ScrollPattern.VerticalScrollPercentProperty, typeof(double), (double)0 ),
349
new
AutomationPropertyInfo
( null, ScrollPattern.VerticalViewSizeProperty, typeof(double), (double)100 ),
350
new
AutomationPropertyInfo
( convertToBool, ScrollPattern.HorizontallyScrollableProperty, typeof(bool), false ),
351
new
AutomationPropertyInfo
( convertToBool, ScrollPattern.VerticallyScrollableProperty, typeof(bool), false ),
352
new
AutomationPropertyInfo
( convertToElementArray, SelectionPattern.SelectionProperty, typeof(AutomationElement[]), new AutomationElement[]{} ),
353
new
AutomationPropertyInfo
( convertToBool, SelectionPattern.CanSelectMultipleProperty, typeof(bool), false ),
354
new
AutomationPropertyInfo
( convertToBool, SelectionPattern.IsSelectionRequiredProperty, typeof(bool), false ),
355
new
AutomationPropertyInfo
( null, GridPattern.RowCountProperty, typeof(int), 0 ),
356
new
AutomationPropertyInfo
( null, GridPattern.ColumnCountProperty, typeof(int), 0 ),
357
new
AutomationPropertyInfo
( null, GridItemPattern.RowProperty, typeof(int), 0 ),
358
new
AutomationPropertyInfo
( null, GridItemPattern.ColumnProperty, typeof(int), 0 ),
359
new
AutomationPropertyInfo
( null, GridItemPattern.RowSpanProperty, typeof(int), 1 ),
360
new
AutomationPropertyInfo
( null, GridItemPattern.ColumnSpanProperty, typeof(int), 1 ),
361
new
AutomationPropertyInfo
( convertToElement, GridItemPattern.ContainingGridProperty, typeof(AutomationElement), null ),
362
new
AutomationPropertyInfo
( convertToDockPosition, DockPattern.DockPositionProperty, typeof(DockPosition), DockPosition.None ),
363
new
AutomationPropertyInfo
( convertToExpandCollapseState, ExpandCollapsePattern.ExpandCollapseStateProperty, typeof(ExpandCollapseState), ExpandCollapseState.LeafNode ),
364
new
AutomationPropertyInfo
( null, MultipleViewPattern.CurrentViewProperty, typeof(int), 0 ),
365
new
AutomationPropertyInfo
( null, MultipleViewPattern.SupportedViewsProperty, typeof(int []), new int [0] ),
366
new
AutomationPropertyInfo
( convertToBool, WindowPattern.CanMaximizeProperty, typeof(bool), false ),
367
new
AutomationPropertyInfo
( convertToBool, WindowPattern.CanMinimizeProperty, typeof(bool), false ),
368
new
AutomationPropertyInfo
( convertToWindowVisualState, WindowPattern.WindowVisualStateProperty, typeof(WindowVisualState), WindowVisualState.Normal ),
369
new
AutomationPropertyInfo
( convertToWindowInteractionState, WindowPattern.WindowInteractionStateProperty, typeof(WindowInteractionState),WindowInteractionState.Running ),
370
new
AutomationPropertyInfo
( convertToBool, WindowPattern.IsModalProperty, typeof(bool), false ),
371
new
AutomationPropertyInfo
( convertToBool, WindowPattern.IsTopmostProperty, typeof(bool), false ),
372
new
AutomationPropertyInfo
( convertToBool, SelectionItemPattern.IsSelectedProperty, typeof(bool), false ),
373
new
AutomationPropertyInfo
( convertToElement, SelectionItemPattern.SelectionContainerProperty, typeof(AutomationElement), null ),
374
new
AutomationPropertyInfo
( convertToElementArray, TablePattern.RowHeadersProperty, typeof(AutomationElement []), new AutomationElement [0] ),
375
new
AutomationPropertyInfo
( convertToElementArray, TablePattern.ColumnHeadersProperty, typeof(AutomationElement []), new AutomationElement [0] ),
376
new
AutomationPropertyInfo
( convertToRowOrColumnMajor, TablePattern.RowOrColumnMajorProperty, typeof(RowOrColumnMajor), RowOrColumnMajor.Indeterminate ),
377
new
AutomationPropertyInfo
( convertToElementArray, TableItemPattern.RowHeaderItemsProperty, typeof(AutomationElement []), new AutomationElement [0] ),
378
new
AutomationPropertyInfo
( convertToElementArray, TableItemPattern.ColumnHeaderItemsProperty, typeof(AutomationElement []), new AutomationElement [0] ),
379
new
AutomationPropertyInfo
( convertToToggleState, TogglePattern.ToggleStateProperty, typeof(ToggleState), ToggleState.Indeterminate ),
380
new
AutomationPropertyInfo
( convertToBool, TransformPattern.CanMoveProperty, typeof(bool), false ),
381
new
AutomationPropertyInfo
( convertToBool, TransformPattern.CanResizeProperty, typeof(bool), false ),
382
new
AutomationPropertyInfo
( convertToBool, TransformPattern.CanRotateProperty, typeof(bool), false ),
8 references to AutomationPropertyInfo
UIAutomationClient (8)
MS\Internal\Automation\Schema.cs (4)
56
internal static bool GetPropertyInfo( AutomationProperty id, out
AutomationPropertyInfo
info )
58
foreach(
AutomationPropertyInfo
pi in _propertyInfoTable )
75
AutomationPropertyInfo
pi;
272
private static readonly
AutomationPropertyInfo
[] _propertyInfoTable =
MS\Internal\Automation\UiaCoreApi.cs (1)
235
AutomationPropertyInfo
pi;
System\Windows\Automation\AutomationElement.cs (1)
508
AutomationPropertyInfo
pi;
System\Windows\Automation\ItemContainerPattern.cs (1)
130
AutomationPropertyInfo
info;
System\Windows\Automation\PropertyCondition.cs (1)
127
AutomationPropertyInfo
info;