C# (CSharp) DvachBrowser.Assets.Controls 네임스페이스

클래스들

이름 설명
HtmlElementToXamlElementConverter
HtmlElementToXamlElementConverter.AdaptiveTextBlockContainer
HtmlElementToXamlElementConverter.SpanColors
HtmlTagsHelper
HyperlinkProperties
PopupWindow
TextBinding Supports a PropertyChanged-Trigger for DataBindings Works for only TextBoxes and PasswordBoxes <TextBox Text="{Binding FirstName, Mode=TwoWay}" local:TextBinding.UpdateSourceOnChange="True" /> Code is based by Thomas Huber http://www.thomasclaudiushuber.com/blog/2009/07/17/here-it-is-the-updatesourcetrigger-for-propertychanged-in-silverlight/ Idea for allowing PasswordBox as well is from Dele Olowoyo http://www.pragmaticpattern.wordpress.com http://www.dcubeapps.com .