6 overrides of IsPasswordCore
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
218override protected bool IsPasswordCore()
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
323override protected bool IsPasswordCore()
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
382override protected bool IsPasswordCore()
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
443protected override bool IsPasswordCore()
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
564protected override bool IsPasswordCore()
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
437protected override bool IsPasswordCore()
2 references to IsPasswordCore
PresentationCore (2)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
956result = IsPasswordCore();
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
216/// <see cref="AutomationPeer.IsPasswordCore"/>