6 overrides of IsDialogCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
206override protected bool IsDialogCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
303override protected bool IsDialogCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
350override protected bool IsDialogCore()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
414protected override bool IsDialogCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
521protected override bool IsDialogCore()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
464protected override bool IsDialogCore()
2 references to IsDialogCore
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1383result = IsDialogCore();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
204/// <see cref="AutomationPeer.IsDialogCore"/>