Version

ResourceProvider Class Members

The following tables list the members exposed by ResourceProvider.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)ResourceProviderPropertyIdentifies the ResourceProvider attached dependency property  
Public Properties
 NameDescription
Public PropertyIsHighContrastReturns true if the system theme is a high contrast theme (read-only).  
Public PropertyItemOverloaded. Indexer that takes an object/>  
Public PropertyResourceVersionReturns a version number that will get bumped every time InvalidateResources is called.  
Protected Properties
 NameDescription
Protected PropertyHasListenersGets whether there are any listeners for the Infragistics.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)GetResourceProviderGets the value of the attached ResourceProvider DependencyProperty.  
Public MethodInvalidateResourcesCalled to invalidate any cached values  
Public Methodstatic (Shared in Visual Basic)SetResourceProviderSets the value of the attached ResourceProvider DependencyProperty.  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the Infragistics.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedVirtual method called when the HasListeners property changes. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChangedOverridden. Called when property changed event is raised. (Inherited from Infragistics.PropertyChangeNotifierExtended)
Protected MethodOnSystemColorsChangedCalled when the system colors have changed  
Protected MethodRaisePropertyChangedEventRaises the PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T>Helper method used by property setters to change the value of a field and raise the PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property has changed (Inherited from Infragistics.PropertyChangeNotifier)
See Also