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