C# Class WinRTXamlToolkit.Controls.DataVisualization.Charting.ResourceDictionaryDispenser

A class that rotates through a list of ResourceDictionaries.
Inheritance: IResourceDictionaryDispenser
Mostrar archivo Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Methods

Method Description
ResourceDictionaryDispenser ( ) : System

Initializes a new instance of the ResourceDictionaryDispenser class.

Private Methods

Method Description
EnumeratorResourceDictionaryDispensed ( object sender, ResourceDictionaryDispensedEventArgs e ) : void

This method is raised when an enumerator dispenses a ResourceDictionary.

GetResourceDictionariesWhere ( bool>.Func predicate ) : IEnumerator
OnEnumeratorResourceDictionaryDispensed ( object source, ResourceDictionaryDispensedEventArgs args ) : void

Raises the EnumeratorResourceDictionaryDispensed event.

OnParentChanged ( ) : void

Raises the ParentChanged event.

OnResetting ( ) : void

This method raises the EnumeratorsResetting event.

ParentResourceDictionariesChanged ( object sender, EventArgs e ) : void

Handles the Parent's ResourceDictionariesChanged event.

Reset ( ) : void

Resets the state of the ResourceDictionaryDispenser and its enumerators.

ResourceDictionariesCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

This method is raised when the ResourceDictionaries collection is changed.

Unregister ( ResourceDictionaryEnumerator enumerator ) : void

Unregisters an enumerator so that it can be garbage collected.

Method Details

ResourceDictionaryDispenser() public method

Initializes a new instance of the ResourceDictionaryDispenser class.
public ResourceDictionaryDispenser ( ) : System
return System