5 references to ControlTypeProperty
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2398s_propertyInfo[AutomationElementIdentifiers.ControlTypeProperty.Id] = new GetProperty(GetControlType);
PresentationFramework (3)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (2)
515else if (propertyId == 0 || propertyId == AutomationElementIdentifiers.ControlTypeProperty.Id) 519if (propertyId == AutomationElementIdentifiers.ControlTypeProperty.Id && (int)value != ControlType.Button.Id)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
334else if (AutomationElementIdentifiers.ControlTypeProperty.Id == id)
UIAutomationClient (1)
System\Windows\Automation\AutomationElement.cs (1)
102public static readonly AutomationProperty ControlTypeProperty = AutomationElementIdentifiers.ControlTypeProperty;