C# Class FloydPink.Flickr.Downloadr.UI.Behaviors.MultiSelectorBehaviours

A sync behaviour for a multiselector.
Mostrar archivo Open project: flickr-downloadr/flickr-downloadr

Public Properties

Property Type Description
SynchronizedSelectedItems System.Windows.DependencyProperty

Public Methods

Method Description
GetSynchronizedSelectedItems ( DependencyObject dependencyObject ) : IList

Gets the synchronized selected items.

SetSynchronizedSelectedItems ( DependencyObject dependencyObject, IList value ) : void

Sets the synchronized selected items.

Private Methods

Method Description
GetSynchronizationManager ( DependencyObject dependencyObject ) : SynchronizationManager
OnSynchronizedSelectedItemsChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetSynchronizationManager ( DependencyObject dependencyObject, SynchronizationManager value ) : void

Method Details

GetSynchronizedSelectedItems() public static method

Gets the synchronized selected items.
public static GetSynchronizedSelectedItems ( DependencyObject dependencyObject ) : IList
dependencyObject System.Windows.DependencyObject The dependency object.
return IList

SetSynchronizedSelectedItems() public static method

Sets the synchronized selected items.
public static SetSynchronizedSelectedItems ( DependencyObject dependencyObject, IList value ) : void
dependencyObject System.Windows.DependencyObject The dependency object.
value IList The value to be set as synchronized items.
return void

Property Details

SynchronizedSelectedItems public_oe static_oe property

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