C# Class Windows.UI.Xaml.UIElement

Inheritance: DependencyObject, IUIElement, IUIElementOverrides
Exibir arquivo Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
AddHandler ( [ routedEvent, [ handler, [ handledEventsToo ) : void
Arrange ( [ finalRect ) : void
CapturePointer ( [ value ) : bool
InvalidateArrange ( ) : void
InvalidateMeasure ( ) : void
Measure ( [ availableSize ) : void
ReleasePointerCapture ( [ value ) : void
ReleasePointerCaptures ( ) : void
RemoveHandler ( [ routedEvent, [ handler ) : void
TransformToVisual ( [ visual ) : GeneralTransform
UpdateLayout ( ) : void

Protected Methods

Method Description
FindSubElementsForTouchTargeting ( [ point, [ boundingRect ) : IIterable>
OnCreateAutomationPeer ( ) : AutomationPeer
OnDisconnectVisualChildren ( ) : void

Method Details

AddHandler() public method

public AddHandler ( [ routedEvent, [ handler, [ handledEventsToo ) : void
routedEvent [
handler [
handledEventsToo [
return void

Arrange() public method

public Arrange ( [ finalRect ) : void
finalRect [
return void

CapturePointer() public method

public CapturePointer ( [ value ) : bool
value [
return bool

FindSubElementsForTouchTargeting() protected method

protected FindSubElementsForTouchTargeting ( [ point, [ boundingRect ) : IIterable>
point [
boundingRect [
return IIterable>

InvalidateArrange() public method

public InvalidateArrange ( ) : void
return void

InvalidateMeasure() public method

public InvalidateMeasure ( ) : void
return void

Measure() public method

public Measure ( [ availableSize ) : void
availableSize [
return void

OnCreateAutomationPeer() protected method

protected OnCreateAutomationPeer ( ) : AutomationPeer
return Windows.UI.Xaml.Automation.Peers.AutomationPeer

OnDisconnectVisualChildren() protected method

protected OnDisconnectVisualChildren ( ) : void
return void

ReleasePointerCapture() public method

public ReleasePointerCapture ( [ value ) : void
value [
return void

ReleasePointerCaptures() public method

public ReleasePointerCaptures ( ) : void
return void

RemoveHandler() public method

public RemoveHandler ( [ routedEvent, [ handler ) : void
routedEvent [
handler [
return void

TransformToVisual() public method

public TransformToVisual ( [ visual ) : GeneralTransform
visual [
return Windows.UI.Xaml.Media.GeneralTransform

UpdateLayout() public method

public UpdateLayout ( ) : void
return void