C# Class WinRTXamlToolkit.Controls.CalendarExtensions

Inherited code: Requires comment.
Mostrar archivo Open project: xyzzer/WinRTXamlToolkit

Public Methods

Method Description
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.

Private Methods

Method Description
GetMetaKeyState ( bool &ctrl ) : void
SuspendHandler ( this obj, DependencyProperty dependencyProperty, bool suspend ) : void

Inherited code: Requires comment.

Method Details

GetMetaKeyState() public static method

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.
return void

IsHandlerSuspended() public static method

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.
return bool

SetValueNoCallback() public static method

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.
return void