3 references to GetSupportedPropertyValueInternal
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
125return SelectorAutomationPeer.GetSupportedPropertyValueInternal(itemPeer, propertyId);
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
190currentValue = SelectorAutomationPeer.GetSupportedPropertyValueInternal(currentItemPeer, propertyId);
src\Framework\System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
68return SelectorAutomationPeer.GetSupportedPropertyValueInternal(itemPeer, propertyId);