C# Class MediaAppSample.UI.Controls.Indicator

Show file Open project: Microsoft/TVHelpers

Public Properties

Property Type Description
ItemContainerStyleProperty Windows.UI.Xaml.DependencyProperty
ItemTemplateProperty Windows.UI.Xaml.DependencyProperty
ItemsSourceProperty Windows.UI.Xaml.DependencyProperty
SelectedForegroundProperty Windows.UI.Xaml.DependencyProperty
SelectedIndexProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
Indicator ( ) : System

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
AddItem ( object item, int index = -1 ) : void
AttachNotificationEvents ( INotifyCollectionChanged notifyCollection ) : void
ClearChildren ( ) : void
DetachNotificationEvents ( INotifyCollectionChanged notifyCollection ) : void
ItemsSourceChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
ItemsSourceChanged ( IEnumerable items ) : void
OnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnSelectedItemChanged ( object sender, EventArgs e ) : void
PlugControl ( IndicatorItem control ) : void
RemoveItem ( object item ) : void
SelectedIndexChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
SelectedIndexChanged ( int newValue ) : void
UnplugControl ( IndicatorItem control ) : void
UnselectItems ( IEnumerable items ) : void

Method Details

Indicator() public method

public Indicator ( ) : System
return System

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

Property Details

ItemContainerStyleProperty public static property

public static DependencyProperty,Windows.UI.Xaml ItemContainerStyleProperty
return Windows.UI.Xaml.DependencyProperty

ItemTemplateProperty public static property

public static DependencyProperty,Windows.UI.Xaml ItemTemplateProperty
return Windows.UI.Xaml.DependencyProperty

ItemsSourceProperty public static property

public static DependencyProperty,Windows.UI.Xaml ItemsSourceProperty
return Windows.UI.Xaml.DependencyProperty

SelectedForegroundProperty public static property

public static DependencyProperty,Windows.UI.Xaml SelectedForegroundProperty
return Windows.UI.Xaml.DependencyProperty

SelectedIndexProperty public static property

public static DependencyProperty,Windows.UI.Xaml SelectedIndexProperty
return Windows.UI.Xaml.DependencyProperty