4 references to IsPassword
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2491
private static object IsPassword(AutomationPeer peer) { return peer.
IsPassword
(); }
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
473
return wrapperPeer.
IsPassword
();
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
593
return wrapperPeer.
IsPassword
();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
490
return wrapperPeer.
IsPassword
();