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