C# Class Blacker.MangaScraper.Helpers.ListBoxExtension

Show file Open project: blacker-cz/MangaScraper

Public Properties

Property Type Description
SelectedItemsSourceProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetSelectedItemsSource ( DependencyObject element ) : IList
SetSelectedItemsSource ( DependencyObject element, IList value ) : void

Private Methods

Method Description
ListenForChanges ( System.Windows.Controls.ListBox listBox ) : void
OnListBoxSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
OnSelectedItemsSourceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ResynchList ( System.Windows.Controls.ListBox listBox ) : void

Method Details

GetSelectedItemsSource() public static method

public static GetSelectedItemsSource ( DependencyObject element ) : IList
element System.Windows.DependencyObject
return IList

SetSelectedItemsSource() public static method

public static SetSelectedItemsSource ( DependencyObject element, IList value ) : void
element System.Windows.DependencyObject
value IList
return void

Property Details

SelectedItemsSourceProperty public static property

public static DependencyProperty,System.Windows SelectedItemsSourceProperty
return System.Windows.DependencyProperty