Show / Hide Table of Contents

Enum InheritanceBehavior

Modes used for resource lookup

Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum InheritanceBehavior

Fields

Name Description
Default

Resource lookup will query through the current element and further.

SkipAllNow

Resource lookup will not query the current element or any further.

SkipToAppNow

Resource lookup will not query the current element but will skip over to the app dictionary.

  • Improve this Doc
  • View Source