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