3 references to GetSupportedPropertyValueInternal
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
120
return SelectorAutomationPeer.
GetSupportedPropertyValueInternal
(itemPeer, propertyId);
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
181
currentValue = SelectorAutomationPeer.
GetSupportedPropertyValueInternal
(currentItemPeer, propertyId);
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
58
return SelectorAutomationPeer.
GetSupportedPropertyValueInternal
(itemPeer, propertyId);