1 write to s_propertyInfo
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2399
s_propertyInfo
= new Hashtable();
34 references to s_propertyInfo
PresentationCore (34)
System\Windows\Automation\Peers\AutomationPeer.cs (34)
2183
GetProperty getProperty = (GetProperty)
s_propertyInfo
[propertyId];
2400
s_propertyInfo
[AutomationElementIdentifiers.IsControlElementProperty.Id] = new GetProperty(IsControlElement);
2401
s_propertyInfo
[AutomationElementIdentifiers.ControlTypeProperty.Id] = new GetProperty(GetControlType);
2402
s_propertyInfo
[AutomationElementIdentifiers.IsContentElementProperty.Id] = new GetProperty(IsContentElement);
2403
s_propertyInfo
[AutomationElementIdentifiers.LabeledByProperty.Id] = new GetProperty(GetLabeledBy);
2404
s_propertyInfo
[AutomationElementIdentifiers.NativeWindowHandleProperty.Id] = new GetProperty(GetNativeWindowHandle);
2405
s_propertyInfo
[AutomationElementIdentifiers.AutomationIdProperty.Id] = new GetProperty(GetAutomationId);
2406
s_propertyInfo
[AutomationElementIdentifiers.ItemTypeProperty.Id] = new GetProperty(GetItemType);
2407
s_propertyInfo
[AutomationElementIdentifiers.IsPasswordProperty.Id] = new GetProperty(IsPassword);
2408
s_propertyInfo
[AutomationElementIdentifiers.LocalizedControlTypeProperty.Id] = new GetProperty(GetLocalizedControlType);
2409
s_propertyInfo
[AutomationElementIdentifiers.NameProperty.Id] = new GetProperty(GetName);
2410
s_propertyInfo
[AutomationElementIdentifiers.AcceleratorKeyProperty.Id] = new GetProperty(GetAcceleratorKey);
2411
s_propertyInfo
[AutomationElementIdentifiers.AccessKeyProperty.Id] = new GetProperty(GetAccessKey);
2412
s_propertyInfo
[AutomationElementIdentifiers.HasKeyboardFocusProperty.Id] = new GetProperty(HasKeyboardFocus);
2413
s_propertyInfo
[AutomationElementIdentifiers.IsKeyboardFocusableProperty.Id] = new GetProperty(IsKeyboardFocusable);
2414
s_propertyInfo
[AutomationElementIdentifiers.IsEnabledProperty.Id] = new GetProperty(IsEnabled);
2415
s_propertyInfo
[AutomationElementIdentifiers.BoundingRectangleProperty.Id] = new GetProperty(GetBoundingRectangle);
2416
s_propertyInfo
[AutomationElementIdentifiers.ProcessIdProperty.Id] = new GetProperty(GetCurrentProcessId);
2417
s_propertyInfo
[AutomationElementIdentifiers.RuntimeIdProperty.Id] = new GetProperty(GetRuntimeId);
2418
s_propertyInfo
[AutomationElementIdentifiers.ClassNameProperty.Id] = new GetProperty(GetClassName);
2419
s_propertyInfo
[AutomationElementIdentifiers.HelpTextProperty.Id] = new GetProperty(GetHelpText);
2420
s_propertyInfo
[AutomationElementIdentifiers.ClickablePointProperty.Id] = new GetProperty(GetClickablePoint);
2421
s_propertyInfo
[AutomationElementIdentifiers.CultureProperty.Id] = new GetProperty(GetCultureInfo);
2422
s_propertyInfo
[AutomationElementIdentifiers.IsOffscreenProperty.Id] = new GetProperty(IsOffscreen);
2423
s_propertyInfo
[AutomationElementIdentifiers.OrientationProperty.Id] = new GetProperty(GetOrientation);
2424
s_propertyInfo
[AutomationElementIdentifiers.FrameworkIdProperty.Id] = new GetProperty(GetFrameworkId);
2425
s_propertyInfo
[AutomationElementIdentifiers.IsRequiredForFormProperty.Id] = new GetProperty(IsRequiredForForm);
2426
s_propertyInfo
[AutomationElementIdentifiers.ItemStatusProperty.Id] = new GetProperty(GetItemStatus);
2429
s_propertyInfo
[AutomationElementIdentifiers.LiveSettingProperty.Id] = new GetProperty(GetLiveSetting);
2433
s_propertyInfo
[AutomationElementIdentifiers.ControllerForProperty.Id] = new GetProperty(GetControllerFor);
2437
s_propertyInfo
[AutomationElementIdentifiers.SizeOfSetProperty.Id] = new GetProperty(GetSizeOfSet);
2441
s_propertyInfo
[AutomationElementIdentifiers.PositionInSetProperty.Id] = new GetProperty(GetPositionInSet);
2445
s_propertyInfo
[AutomationElementIdentifiers.HeadingLevelProperty.Id] = new GetProperty(GetHeadingLevel);
2449
s_propertyInfo
[AutomationElementIdentifiers.IsDialogProperty.Id] = new GetProperty(IsDialog);