6 overrides of IsDialogCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
210override protected bool IsDialogCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
311override protected bool IsDialogCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
359override protected bool IsDialogCore()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
420protected override bool IsDialogCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
528protected override bool IsDialogCore()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
474protected override bool IsDialogCore()
2 references to IsDialogCore
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1396result = IsDialogCore();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
208/// <see cref="AutomationPeer.IsDialogCore"/>