C# Class WinRTXamlToolkit.Debugging.Common.DependencyPropertyCache

Provides information about all dependency properties.
Datei anzeigen Open project: xyzzer/WinRTXamlToolkit

Public Methods

Method Description
GetDependencyPropertiesAsync ( Type type ) : Task>

Private Methods

Method 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 method

public static GetDependencyPropertiesAsync ( Type type ) : Task>
type System.Type
return Task>