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