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