4 references to IsDialog
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2516private static object IsDialog(AutomationPeer peer) { return peer.IsDialog(); }
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
424return wrapperPeer.IsDialog();
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
533return wrapperPeer.IsDialog();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
478return wrapperPeer.IsDialog();