C# Класс WinRTXamlToolkit.Debugging.Common.DependencyPropertyCache

Provides information about all dependency properties.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetDependencyPropertiesAsync ( Type type ) : Task>

Приватные методы

Метод Описание
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

Описание методов

GetDependencyPropertiesAsync() публичный статический Метод

public static GetDependencyPropertiesAsync ( Type type ) : Task>
type System.Type
Результат Task>