C# Класс WinRTXamlToolkit.Controls.CalendarExtensions

Inherited code: Requires comment.
Показать файл Открыть проект

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

Метод Описание
GetMetaKeyState ( bool &ctrl, bool &shift ) : void

Inherited code: Requires comment.

IsHandlerSuspended ( this obj, DependencyProperty dependencyProperty ) : bool

Inherited code: Requires comment.

SetValueNoCallback ( this obj, DependencyProperty property, object value ) : void

Inherited code: Requires comment.

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

Метод Описание
GetMetaKeyState ( bool &ctrl ) : void
SuspendHandler ( this obj, DependencyProperty dependencyProperty, bool suspend ) : void

Inherited code: Requires comment.

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

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

Inherited code: Requires comment.
public static GetMetaKeyState ( bool &ctrl, bool &shift ) : void
ctrl bool Inherited code: Requires comment 2.
shift bool Inherited code: Requires comment 3.
Результат void

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

Inherited code: Requires comment.
public static IsHandlerSuspended ( this obj, DependencyProperty dependencyProperty ) : bool
obj this Inherited code: Requires comment 1.
dependencyProperty Windows.UI.Xaml.DependencyProperty Inherited code: Requires comment 2.
Результат bool

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

Inherited code: Requires comment.
public static SetValueNoCallback ( this obj, DependencyProperty property, object value ) : void
obj this Inherited code: Requires comment 1.
property Windows.UI.Xaml.DependencyProperty Inherited code: Requires comment 2.
value object Inherited code: Requires comment 3.
Результат void