C# Class Gu.Wpf.ValidationScope.InputNode

Inheritance: ErrorNode
显示文件 Open project: JohanLarsson/Gu.Wpf.ValidationScope Class Usage Examples

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
BindToSourceErrors ( ) : void
InputNode ( FrameworkElement source ) : System
OnErrorsProxyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSourceErrorsChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
ShouldTrack ( ReadOnlyObservableCollection errors ) : bool

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void