Interface IHasAccessToPropertiesWhereItIsUsed
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public interface IHasAccessToPropertiesWhereItIsUsed
Properties
| Improve this Doc View SourcePropertiesWhereUsed
Declaration
HashSet<KeyValuePair<DependencyObject, DependencyProperty>> PropertiesWhereUsed { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.HashSet<System.Collections.Generic.KeyValuePair<DependencyObject, DependencyProperty>> |