C# Class IE.Debug.WindowsPhone.Controls.BlocksPan

ファイルを表示 Open project: sgrebnov/IeMobileDebugger Class Usage Examples

Public Properties

Property Type Description
IsEnabled System.Windows.DependencyProperty

Private Properties

Property Type Description
GetIsScrollSuspended bool
GetLastTouchPoint TouchPoint
IsEnabled_DependencyPropertyChangedCallback void
SetIsScrollSuspended void
SetLastTouchPoint void
SuspendScroll void
Touch_FrameReported void
blockingElement_Unloaded void

Public Methods

Method Description
FindAncestor ( DependencyObject dependencyObject, bool>.Func predicate ) : DependencyObject

Traverses the Visual Tree upwards looking for the ancestor that satisfies the predicate.

GetIsEnabled ( DependencyObject obj ) : bool
SetIsEnabled ( DependencyObject obj, bool value ) : void

Private Methods

Method Description
GetIsScrollSuspended ( DependencyObject obj ) : bool
GetLastTouchPoint ( DependencyObject obj ) : TouchPoint
IsEnabled_DependencyPropertyChangedCallback ( DependencyObject dobj, System.Windows.DependencyPropertyChangedEventArgs ea ) : void
SetIsScrollSuspended ( DependencyObject obj, bool value ) : void
SetLastTouchPoint ( DependencyObject obj, TouchPoint value ) : void
SuspendScroll ( object sender, RoutedEventArgs e ) : void
Touch_FrameReported ( object sender, System.Windows.Input.TouchFrameEventArgs e ) : void
blockingElement_Unloaded ( object sender, RoutedEventArgs e ) : void

Method Details

FindAncestor() public static method

Traverses the Visual Tree upwards looking for the ancestor that satisfies the predicate.
public static FindAncestor ( DependencyObject dependencyObject, bool>.Func predicate ) : DependencyObject
dependencyObject System.Windows.DependencyObject The element for which the ancestor is being looked for.
predicate bool>.Func The predicate that evaluates if an element is the ancestor that is being looked for.
return System.Windows.DependencyObject

GetIsEnabled() public static method

public static GetIsEnabled ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

SetIsEnabled() public static method

public static SetIsEnabled ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

Property Details

IsEnabled public_oe static_oe property

public static DependencyProperty,System.Windows IsEnabled
return System.Windows.DependencyProperty