C# Class LayoutFarm.UI.RenderElementEventPortal

Inheritance: IEventPortal
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
dbugId int

Private Properties

Свойство Type Description
BroadcastDragHitEvents void
ForEachEventListenerBubbleUp void
ForEachOnlyEventPortalBubbleUp void
GetFreeHitChain LayoutFarm.RenderBoxes.HitChain
HitTestCoreWithPrevChainHint void
HitTestOnPreviousChain RenderElement
IEventPortal bool
IEventPortal void
IEventPortal void
IEventPortal void
SetEventOrigin void
SwapHitChain void

Méthodes publiques

Méthode Description
RenderElementEventPortal ( RenderElement topRenderElement ) : System

Private Methods

Méthode Description
BroadcastDragHitEvents ( UIMouseEventArgs e ) : void
ForEachEventListenerBubbleUp ( UIEventArgs e, HitChain hitPointChain, EventListenerAction listenerAction ) : void
ForEachOnlyEventPortalBubbleUp ( UIEventArgs e, HitChain hitPointChain, EventPortalAction eventPortalAction ) : void
GetFreeHitChain ( ) : HitChain
HitTestCoreWithPrevChainHint ( HitChain hitPointChain, HitChain previousChain, int x, int y ) : void
HitTestOnPreviousChain ( HitChain hitPointChain, HitChain previousChain, int x, int y ) : RenderElement
IEventPortal ( UIKeyEventArgs e ) : bool
IEventPortal ( UIFocusEventArgs e ) : void
IEventPortal ( UIKeyEventArgs e ) : void
IEventPortal ( UIMouseEventArgs e ) : void
SetEventOrigin ( UIEventArgs e, HitChain hitChain ) : void
SwapHitChain ( HitChain hitChain ) : void

Method Details

RenderElementEventPortal() public méthode

public RenderElementEventPortal ( RenderElement topRenderElement ) : System
topRenderElement RenderElement
Résultat System

Property Details

dbugId public_oe property

public int dbugId
Résultat int