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