C# Class System.Windows.Data.BindingExpressionBase

Inheritance: System.Windows.Expression
Mostra file Open project: shana/moon Class Usage Examples

Private Properties

Property Type Description
AttachDataContextHandlers void
AttachToNotifyError void
BindingExpressionBase System.Collections
ConvertToType object
DetachDataContextHandlers void
GetConverterCulture System.Globalization.CultureInfo
GetValue object
Invalidate void
MaybeEmitError void
MentorChanged void
MentorDataContextChanged void
NotifyErrorsChanged void
OnAttached void
OnDetached void
OnNativeMentorDataContextChanged void
OnNativeMentorDataContextChangedSafe void
PropertyPathValueChanged void
TextBoxLostFocus void
TryUpdateSourceObject void
TryUseParseMethod bool
UpdateSourceObject void
UpdateSourceObject void

Private Methods

Method Description
AttachDataContextHandlers ( FrameworkElement mentor ) : void
AttachToNotifyError ( INotifyDataErrorInfo element ) : void
BindingExpressionBase ( Binding binding, DependencyObject target, DependencyProperty property ) : System.Collections
ConvertToType ( DependencyProperty dp, object value ) : object
DetachDataContextHandlers ( FrameworkElement mentor ) : void
GetConverterCulture ( ) : CultureInfo
GetValue ( DependencyProperty dp ) : object
Invalidate ( ) : void
MaybeEmitError ( object message, Exception exception ) : void
MentorChanged ( object sender, EventArgs e ) : void
MentorDataContextChanged ( ) : void
NotifyErrorsChanged ( object o, System.ComponentModel.DataErrorsChangedEventArgs e ) : void
OnAttached ( DependencyObject element ) : void
OnDetached ( DependencyObject element ) : void
OnNativeMentorDataContextChanged ( IntPtr dependency_object, IntPtr propertyChangedEventArgs, MoonError &error, IntPtr closure ) : void
OnNativeMentorDataContextChangedSafe ( IntPtr dependency_object, IntPtr propertyChangedEventArgs, MoonError &error, IntPtr closure ) : void
PropertyPathValueChanged ( object o, EventArgs EventArgs ) : void
TextBoxLostFocus ( object sender, RoutedEventArgs e ) : void
TryUpdateSourceObject ( object value ) : void
TryUseParseMethod ( string value, Type target, object &result ) : bool
UpdateSourceObject ( ) : void
UpdateSourceObject ( object value ) : void