4 references to IsPassword
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2395private static object IsPassword(AutomationPeer peer) { return peer.IsPassword(); }
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
447return wrapperPeer.IsPassword();
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
569return wrapperPeer.IsPassword();
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
441return wrapperPeer.IsPassword();