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