The following tables list the members exposed by SystemResourceProvider.
Name | Description | |
---|---|---|
SystemResourceProvider Constructor | Creates a new instance of SystemResourceProvider |
Name | Description | |
---|---|---|
IsHighContrast | Returns true if the system theme is a high contrast theme (read-only). (Inherited from Infragistics.Controls.Primitives.ResourceProvider) | |
ResourceVersion | Returns a version number that will get bumped every time InvalidateResources is called. (Inherited from Infragistics.Controls.Primitives.ResourceProvider) |
Name | Description | |
---|---|---|
HasListeners | Gets whether there are any listeners for the Infragistics.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
InvalidateResources | Overridden. Called to invalidate any cached values | |
VerifyCachedResources | Checks all cached resources to make sure that they are still valid. |
Name | Description | |
---|---|---|
GetResource | Overridden. Returns a value for a specific id | |
OnFirstListenerAdding | Virtual method called when the first listener is being added to the Infragistics.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifier) | |
OnHasListenersChanged | Virtual method called when the HasListeners property changes. (Inherited from Infragistics.PropertyChangeNotifier) | |
OnPropertyChanged | Overridden. Called when property changed event is raised. (Inherited from Infragistics.PropertyChangeNotifierExtended) | |
OnSystemColorsChanged | Overridden. Called when the system colors have changed | |
RaisePropertyChangedEvent | Raises the PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier) | |
SetField<T> | Helper method used by property setters to change the value of a field and raise the PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifierExtended) |
Name | Description | |
---|---|---|
PropertyChanged | Raised when a property has changed (Inherited from Infragistics.PropertyChangeNotifier) |