Show / Hide Table of Contents

Class WpfResourceProvider<TResource, TResourceKey>

Implements methods to provide wpf resources from the Current object.

Inheritance
object
WpfResourceProvider<TResource, TResourceKey>
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls.Resources
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public static class WpfResourceProvider<TResource, TResourceKey> where TResource : class where TResourceKey : struct, IConvertible
Type Parameters
Name Description
TResource

The resource type.

TResourceKey

The resource key type.

Methods

View Source

ProvideResource(TResourceKey, FrameworkElement)

Declaration
public static TResource ProvideResource(TResourceKey resourceKey, FrameworkElement target)
Parameters
Type Name Description
TResourceKey resourceKey
FrameworkElement target
Returns
Type Description
TResource
  • View Source
Back to top Generated by DocFX