4 references to GetItemStatus
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2497private static object GetItemStatus(AutomationPeer peer) { return peer.GetItemStatus(); }
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
155return wrapperPeer.GetItemStatus();
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
250return wrapperPeer.GetItemStatus();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
407return wrapperPeer.GetItemStatus();