4 references to GetItemStatus
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2494private static object GetItemStatus(AutomationPeer peer) { return peer.GetItemStatus(); }
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
154return wrapperPeer.GetItemStatus();
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
249return wrapperPeer.GetItemStatus();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
403return wrapperPeer.GetItemStatus();