C# Class WinRTXamlToolkit.Debugging.Common.DependencyPropertyCache

Provides information about all dependency properties.
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode Description
GetDependencyPropertiesAsync ( Type type ) : Task>

Private Methods

Méthode Description
AddDependencyPropertyInfo ( Type type, TypeInfo typeInfo, DependencyProperty dependencyProperty, string propertyName, List &propertyList ) : void

Adds the DependencyPropertyInfo object for the given.

DependencyPropertyCache ( ) : System
FindDependencyProperties ( Type type ) : void

Finds and caches the info about all dependency properties.

GetDependencyPropertiesCore ( Type type ) : IEnumerable
Initialize ( ) : void

Method Details

GetDependencyPropertiesAsync() public static méthode

public static GetDependencyPropertiesAsync ( Type type ) : Task>
type System.Type
Résultat Task>