4 references to GetItemStatus
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2510private static object GetItemStatus(AutomationPeer peer) { return peer.GetItemStatus(); }
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
161return wrapperPeer.GetItemStatus();
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
257return wrapperPeer.GetItemStatus();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
417return wrapperPeer.GetItemStatus();