4 references to IsDialog
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2500private static object IsDialog(AutomationPeer peer) { return peer.IsDialog(); }
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
417return wrapperPeer.IsDialog();
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
525return wrapperPeer.IsDialog();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
464return wrapperPeer.IsDialog();