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