C# Class System.Windows.Automation.Peers.PasswordBoxAutomationPeer

Inheritance: System.Windows.Automation.Peers.TextAutomationPeer, IValueProvider
显示文件 Open project: shana/moon

Private Properties

Property Type Description

Public Methods

Method Description
GetPattern ( PatternInterface patternInterface ) : object
IValueProvider ( string value ) : void
PasswordBoxAutomationPeer ( System.Windows.Controls.PasswordBox owner ) : System

Method Details

GetPattern() public method

public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
return object

IValueProvider() public method

public IValueProvider ( string value ) : void
value string
return void

PasswordBoxAutomationPeer() public method

public PasswordBoxAutomationPeer ( System.Windows.Controls.PasswordBox owner ) : System
owner System.Windows.Controls.PasswordBox
return System