6 overrides of IsRequiredForFormCore
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
186override protected bool IsRequiredForFormCore()
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
299override protected bool IsRequiredForFormCore()
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
358override protected bool IsRequiredForFormCore()
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
455protected override bool IsRequiredForFormCore()
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
579protected override bool IsRequiredForFormCore()
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
389protected override bool IsRequiredForFormCore()
2 references to IsRequiredForFormCore
PresentationCore (2)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
879result = IsRequiredForFormCore();
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
184/// <see cref="AutomationPeer.IsRequiredForFormCore"/>