Skip to main content
A newer version of this page is available. .
Bar

BarNameScope Members

Contains properties to define name scopes for bar objects.

Fields

Name Description
IsScopeOwnerProperty static Identifies the BarNameScope.IsScopeOwner attached property.
ScopeChangedEvent static For internal use.

Properties

Name Description
Children For internal use.
Item[Object] For internal use.
Parent For internal use.
ScopeTree For internal use.
Target For internal use.

Methods

Name Description
CreateScope(DependencyObject, BarNameScope) static For internal use.
EnsureRegistrator() static For internal use.
EnsureRegistrator(DependencyObject) static For internal use.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FindScopeTarget(DependencyObject, Boolean) static For internal use.
FindScopeTarget(DependencyObject) static For internal use.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetIsScopeOwner(DependencyObject) static For internal use.
GetService<T>() For internal use.
GetService<T>(Object) static For internal use.
GetType() Gets the Type of the current instance. Inherited from Object.
IsInSameScope(Object, Object) static For internal use.
IsScopeTarget(Object) static For internal use.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RegisterDecorator<TDecorator>(Func<TDecorator>) static For internal use.
RegisterDecorator<TDecorator, TDecoratorService>(Func<TDecorator>, Func<TDecorator, TDecoratorService>, Func<TDecoratorService>) static For internal use.
SetIsScopeOwner(DependencyObject, Boolean) static For internal use.
ToString() Returns a string that represents the current object. Inherited from Object.

Attached Properties

Name Description
IsScopeOwner static Gets or sets whether the current element defines a new (child) name scope. This is an attached property.
See Also