1 write to s_propertyInfo
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2412
s_propertyInfo
= new Hashtable();
34 references to s_propertyInfo
PresentationCore (34)
System\Windows\Automation\Peers\AutomationPeer.cs (34)
2196
GetProperty getProperty = (GetProperty)
s_propertyInfo
[propertyId];
2413
s_propertyInfo
[AutomationElementIdentifiers.IsControlElementProperty.Id] = new GetProperty(IsControlElement);
2414
s_propertyInfo
[AutomationElementIdentifiers.ControlTypeProperty.Id] = new GetProperty(GetControlType);
2415
s_propertyInfo
[AutomationElementIdentifiers.IsContentElementProperty.Id] = new GetProperty(IsContentElement);
2416
s_propertyInfo
[AutomationElementIdentifiers.LabeledByProperty.Id] = new GetProperty(GetLabeledBy);
2417
s_propertyInfo
[AutomationElementIdentifiers.NativeWindowHandleProperty.Id] = new GetProperty(GetNativeWindowHandle);
2418
s_propertyInfo
[AutomationElementIdentifiers.AutomationIdProperty.Id] = new GetProperty(GetAutomationId);
2419
s_propertyInfo
[AutomationElementIdentifiers.ItemTypeProperty.Id] = new GetProperty(GetItemType);
2420
s_propertyInfo
[AutomationElementIdentifiers.IsPasswordProperty.Id] = new GetProperty(IsPassword);
2421
s_propertyInfo
[AutomationElementIdentifiers.LocalizedControlTypeProperty.Id] = new GetProperty(GetLocalizedControlType);
2422
s_propertyInfo
[AutomationElementIdentifiers.NameProperty.Id] = new GetProperty(GetName);
2423
s_propertyInfo
[AutomationElementIdentifiers.AcceleratorKeyProperty.Id] = new GetProperty(GetAcceleratorKey);
2424
s_propertyInfo
[AutomationElementIdentifiers.AccessKeyProperty.Id] = new GetProperty(GetAccessKey);
2425
s_propertyInfo
[AutomationElementIdentifiers.HasKeyboardFocusProperty.Id] = new GetProperty(HasKeyboardFocus);
2426
s_propertyInfo
[AutomationElementIdentifiers.IsKeyboardFocusableProperty.Id] = new GetProperty(IsKeyboardFocusable);
2427
s_propertyInfo
[AutomationElementIdentifiers.IsEnabledProperty.Id] = new GetProperty(IsEnabled);
2428
s_propertyInfo
[AutomationElementIdentifiers.BoundingRectangleProperty.Id] = new GetProperty(GetBoundingRectangle);
2429
s_propertyInfo
[AutomationElementIdentifiers.ProcessIdProperty.Id] = new GetProperty(GetCurrentProcessId);
2430
s_propertyInfo
[AutomationElementIdentifiers.RuntimeIdProperty.Id] = new GetProperty(GetRuntimeId);
2431
s_propertyInfo
[AutomationElementIdentifiers.ClassNameProperty.Id] = new GetProperty(GetClassName);
2432
s_propertyInfo
[AutomationElementIdentifiers.HelpTextProperty.Id] = new GetProperty(GetHelpText);
2433
s_propertyInfo
[AutomationElementIdentifiers.ClickablePointProperty.Id] = new GetProperty(GetClickablePoint);
2434
s_propertyInfo
[AutomationElementIdentifiers.CultureProperty.Id] = new GetProperty(GetCultureInfo);
2435
s_propertyInfo
[AutomationElementIdentifiers.IsOffscreenProperty.Id] = new GetProperty(IsOffscreen);
2436
s_propertyInfo
[AutomationElementIdentifiers.OrientationProperty.Id] = new GetProperty(GetOrientation);
2437
s_propertyInfo
[AutomationElementIdentifiers.FrameworkIdProperty.Id] = new GetProperty(GetFrameworkId);
2438
s_propertyInfo
[AutomationElementIdentifiers.IsRequiredForFormProperty.Id] = new GetProperty(IsRequiredForForm);
2439
s_propertyInfo
[AutomationElementIdentifiers.ItemStatusProperty.Id] = new GetProperty(GetItemStatus);
2442
s_propertyInfo
[AutomationElementIdentifiers.LiveSettingProperty.Id] = new GetProperty(GetLiveSetting);
2446
s_propertyInfo
[AutomationElementIdentifiers.ControllerForProperty.Id] = new GetProperty(GetControllerFor);
2450
s_propertyInfo
[AutomationElementIdentifiers.SizeOfSetProperty.Id] = new GetProperty(GetSizeOfSet);
2454
s_propertyInfo
[AutomationElementIdentifiers.PositionInSetProperty.Id] = new GetProperty(GetPositionInSet);
2458
s_propertyInfo
[AutomationElementIdentifiers.HeadingLevelProperty.Id] = new GetProperty(GetHeadingLevel);
2462
s_propertyInfo
[AutomationElementIdentifiers.IsDialogProperty.Id] = new GetProperty(IsDialog);