6 overrides of IsRequiredForFormCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
178override protected bool IsRequiredForFormCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
287override protected bool IsRequiredForFormCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
335override protected bool IsRequiredForFormCore()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
481protected override bool IsRequiredForFormCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
603protected override bool IsRequiredForFormCore()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
426protected override bool IsRequiredForFormCore()
2 references to IsRequiredForFormCore
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
875result = IsRequiredForFormCore();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
176/// <see cref="AutomationPeer.IsRequiredForFormCore"/>