| Name | Description |
 | AccumulateAggregatedNodes | Accumulates the aggregated nodes to the specified list (Inherited from Nevron.Nov.Dom.NNode) |
 | AccumulateChildren | Overloaded. Accumulates the children of this node, to the provided node list (Inherited from Nevron.Nov.Dom.NNode) |
 | AccumulateDescendants | Overloaded. Accumulates the descendants of this node, to the provided node list (Inherited from Nevron.Nov.Dom.NNode) |
 | AccumulateDisplayChildren | Appends the display children of the node to the provided list (Inherited from Nevron.Nov.UI.NViewportBase) |
 | AccumulatePropertyNodes | Accumulates the nodes that are exposed by properties of this node. (Inherited from Nevron.Nov.Dom.NNode) |
 | AddChild | Appends the specified node to the end of the list of children of this node. Throws an exception, if this node is not a collection node. (Inherited from Nevron.Nov.Dom.NNode) |
 | AddEventHandler | Overloaded. Appends an event handler, which is triggered during the AtTarget/Bubbling phase (Inherited from Nevron.Nov.Dom.NNode) |
 | AncestorToLocal | Overloaded. Transforms a point in the specified ancestor coordinates to local coordinates. (Inherited from Nevron.Nov.Dom.NVisual) |
 | AssignNextId | Assigns the next document Id to this element. Use this method to generate an element Id, before it is registered in the specified document. Throws an expection if the element is already added to a document or the provided document is null. When an element Id is assigned to an element, it is a resposibility of the caller to ensure that the element is added to the elements subtree of the document for which the id was assigned. (Inherited from Nevron.Nov.Dom.NElement) |
 | CanAnchorHatches | Determines whether hatch transformations can be anchored to this node coordinate system. (Inherited from Nevron.Nov.UI.NBoxElement) |
 | CanAnchorShadows | Determines whether shadow transformations can be anchored to this node coordinate system. (Inherited from Nevron.Nov.UI.NBoxElement) |
 | CanCaptureMouse | Determines whether this element can capture the mouse. By default the element can capture the mouse if it is enabled and allows mouse capture. (Inherited from Nevron.Nov.UI.NInputElement) |
 | CanCaptureTouch | Determines whether this element can capture the touch. By default the element can capture the touch if it is enabled and allows touch capture. (Inherited from Nevron.Nov.UI.NInputElement) |
 | CanClip | Gets whether the node can provide a clip area for itself. (Inherited from Nevron.Nov.UI.NWidget) |
 | CanClipChildren | Gets whether the node can provide a clip area for its children. (Inherited from Nevron.Nov.UI.NWidget) |
 | CanFocus | Determines whether this element can be focused. By default the element can be focused if it is enabled and allows focus. (Inherited from Nevron.Nov.UI.NInputElement) |
 | CanInsertChild | Queries whether the specified node can be inserted at the specified index (Inherited from Nevron.Nov.Dom.NNode) |
 | CanRecordHistory | Determines whether this document node can possibly record history for property changes, child changes and fx changes. (Inherited from Nevron.Nov.Dom.NDocumentNode) |
 | CanRemoveChild | (Inherited from Nevron.Nov.Dom.NNode) |
 | CanRemoveChildAt | Queries whether the node at the specified index can be removed. (Inherited from Nevron.Nov.Dom.NNode) |
 | CanSetChild | Queries whether the specified node can be set at the specified named slot (Inherited from Nevron.Nov.Dom.NNode) |
 | CanTransform | (Inherited from Nevron.Nov.UI.NBoxElement) |
 | CaptureMouse | Attempts to force capture of the mouse to this input target (Inherited from Nevron.Nov.UI.NInputElement) |
 | CaptureTouch | Attempts to force capture of the touch to this input target (Inherited from Nevron.Nov.UI.NInputElement) |
 | ClearLocalValue | Clears the local value for the specified property. Has no effect on properties backed by member. (Inherited from Nevron.Nov.Dom.NNode) |
 | ClearValue | Clears the expression (if any) and the local value of the specified property and returns true on success. (Inherited from Nevron.Nov.Dom.NElement) |
 | ContainsEventHandler | Returns true if the node contains the specifeid event handler for the specified dom event (Inherited from Nevron.Nov.Dom.NNode) |
 | ContainsLocalValue | Gets whether the node contains a local value setting for the specified property (Inherited from Nevron.Nov.Dom.NNode) |
 | DeepClone | Overloaded. Creates an identical copy of this node subtree. (Inherited from Nevron.Nov.Dom.NNode) |
 | DeepCopy | Performs a deep copy of the properties and children of the specified source node. (Inherited from Nevron.Nov.Dom.NNode) |
 | DeepEquals | Performs deep equals of this node object in the specified context and returns true if the given object is a node and its properties and children are equal to those of this node. (Inherited from Nevron.Nov.Dom.NNode) |
 | DestroyGestureManager | (Inherited from Nevron.Nov.UI.NInputElement) |
 | DoPostPaint | Performs the element post children paint. (Inherited from Nevron.Nov.UI.NBoxElement) |
 | DoPrePaint | Performs the element pre children paint. (Inherited from Nevron.Nov.UI.NBoxElement) |
 | EnsureCaretVisible | Ensures caret is visible. |
 | EnsureVisible | Overloaded. Ensures that the specified rectangle is visible. (Inherited from Nevron.Nov.UI.NScrollContentBase) |
 | Equals | Overriden to seal the Equals overridable method and to check the nodes for reference equality. (Inherited from Nevron.Nov.Dom.NNode) |
 | Focus | Attempts to focus the keyboard on this input target (Inherited from Nevron.Nov.UI.NInputElement) |
 | GetAggregatedNodes | Overloaded. Gets the nodes aggregated by this node (e.g. both children and property nodes) (Inherited from Nevron.Nov.Dom.NNode) |
 | GetAggregationInfo | Gets information about the way in which the node is currently aggregated in its parent (Inherited from Nevron.Nov.Dom.NNode) |
 | GetAncestor | Gets the ancestor of this node that is the specified levels-up from this ancestor. 0 is the node itself, 1 is ParentNode, 2 is the ParentNode.ParentNode etc. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetBorderEdge | Overloaded. Gets the border edge (border area) of the element (in local coordinates) (Inherited from Nevron.Nov.UI.NBoxElement) |
 | GetBorderThickness | Gets the border thickness of the element. This implementation returns the computed value of the BorderThickness property. (Inherited from Nevron.Nov.UI.NBoxElement) |
 | GetChild | Overloaded. Gets the child at the specified named slot. If a child node at the slot does not exist, but the named child is marked as CreateOnDemand, a new child node of the default schema is automatically created. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetChildAt | Gets the child node at the specified index. Throws an exception, if the index is out of range. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetChildren | Overloaded. Gets a list that contains the children of this node. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetChildrenClip | Creates the clip region of the visual children (in local coordinates). (Inherited from Nevron.Nov.UI.NWidget) |
 | GetChildrenCount | Overloaded. Get the count of child nodes (Inherited from Nevron.Nov.Dom.NNode) |
 | GetChildrenIterator | Gets a child node iterator, which iterates through this node children in forward order (Inherited from Nevron.Nov.Dom.NNode) |
 | GetClip | Creates the clip region of the visual (in local coordinates). (Inherited from Nevron.Nov.UI.NWidget) |
 | GetContentEdge | Overloaded. Gets the content edge (inner edge) of the element (in local coordinates) (Inherited from Nevron.Nov.UI.NBoxElement) |
 | GetDepthFromAncestor | Determines the depth of the node from the specfified ancestor (Inherited from Nevron.Nov.Dom.NNode) |
 | GetDepthFromRoot | Determines the depth of the node from the root. The root is at depth 0. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetDescendants | Overloaded. Gets a list, which contains the descendants of this node. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetDescendantsCount | Overloaded. Returns the number of descendant nodes. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetFirstAncestor | Overloaded. Returns the first node ancestor that satisfies the specified filter or null if such ancestor is not found. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetFirstChild | Overloaded. Gets the first child node. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetFirstCommonAncestor | Gets the first ancestor, which is an ancestor of this node and the specified node (Inherited from Nevron.Nov.Dom.NNode) |
 | GetFirstDescendant | Overloaded. Gets the first descendant node of the given schema. This method visits descendants in Depth-First Pre-Order. Children are enumerated in forward order (from first to last). (Inherited from Nevron.Nov.Dom.NNode) |
 | GetFocusEdge | Gets the edge of the focus frame. This implementation returns the middle between the padding and the content edge (Inherited from Nevron.Nov.UI.NBoxElement) |
 | GetFx | Overloaded. Gets the expression for the self property with the specified name (Inherited from Nevron.Nov.Dom.NElement) |
 | GetHashCode | Overriden to seal the GetHashCode and return the default implementation. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetHatchAnchor | Gets the visual that serves as hatch anchor for this visual (Inherited from Nevron.Nov.Dom.NVisual) |
 | GetInsets | Gets the element insets, which is the sum of the margins, padding and border thickness. (Inherited from Nevron.Nov.UI.NBoxElement) |
 | GetLastAncestor | Overloaded. Returns the last node ancestor that satisfies the specified filter or null if such ancestor is not found. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetLastChild | Overloaded. Gets the last child node (Inherited from Nevron.Nov.Dom.NNode) |
 | GetLastDescendant | Overloaded. Gets the last descendant node of the given schema. This method visits descendants in Depth-First Post-Order. Children are enumerated in reverse order (from last to first). (Inherited from Nevron.Nov.Dom.NNode) |
 | GetLocalValue | Overloaded. Gets the local value of the specified property (Inherited from Nevron.Nov.Dom.NNode) |
 | GetMargins | Gets the margins of the element. This implementation returns the computed value of the Margins property. (Inherited from Nevron.Nov.UI.NWidget) |
 | GetMeasure | Gets the measure of the element that is applicable for the current value of visitor.DefaultMeasure property. If it is true, returns DefaultSize, otherwise returns DesiredSize. (Inherited from Nevron.Nov.UI.NBoxElement) |
 | GetMedia | Safely gets the owner document media. If the document node is not registered in a document returns the screen media. (Inherited from Nevron.Nov.Dom.NDocumentNode) |
 | GetNextSibling | Gets the next sibling node (Inherited from Nevron.Nov.Dom.NNode) |
 | GetOwnerWidget | Gets the owner widget of this view |
 | GetPadding | Gets the padding of the element. This implementation returns the computed value of the Padding property. (Inherited from Nevron.Nov.UI.NBoxElement) |
 | GetPaddingEdge | Overloaded. Gets the padding edge (padding area) of the element (in local coordinates) (Inherited from Nevron.Nov.UI.NBoxElement) |
 | GetPageDownPosition | Gets page down position. |
 | GetPageUpPosition | Gets page up position. |
 | GetPaintCacheMode | Gets the mode in which this displayable node can cache its painting. Overriden to return ENPaintCacheMode.Auto. (Inherited from Nevron.Nov.UI.NWidget) |
 | GetPathFromAncestor | Returns the path from the node to the specified ancestor. The returned path has a root-to-leaf order, meaning that ancestor nodes appear before descendant nodes in the list order. (Inherited from Nevron.Nov.Dom.NNode) |
 | GetPrevSibling | Gets the previous sibling node (Inherited from Nevron.Nov.Dom.NNode) |
 | GetPropertyNodes | Overloaded. Gets a list of the nodes, which are exposed as property values (Inherited from Nevron.Nov.Dom.NNode) |
 | GetResolution | Gets the resolution with which this visual is rendered (in DPI) (Inherited from Nevron.Nov.Dom.NVisual) |
 | GetReverseChildrenIterator | Gets a child node iterator, which iterates through this node children in reverse order (Inherited from Nevron.Nov.Dom.NNode) |
 | GetReverseSubtreeIterator | Overloaded. Gets an iterator, which iterates through the node and its descendants in a Depth-First-Pre-Order fashion (visits the parent and then visits the children). Children are enumerated in reverse order (from last to first). (Inherited from Nevron.Nov.Dom.NNode) |
 | GetShadowAnchor | Gets the visual that serves as shadow anchor for this visual (Inherited from Nevron.Nov.Dom.NVisual) |
 | GetSubtreeIterator | Overloaded. Gets an iterator, which iterates through the node and its descendants in a Depth-First-Pre-Order fashion (visits the parent and then visits the children). Children are enumerated in forward order (from first to last). (Inherited from Nevron.Nov.Dom.NNode) |
 | GetTabIndex | Gets or sets the input target tab navigation index (Inherited from Nevron.Nov.UI.NInputElement) |
 | GetTransform | Gets the matrix that transforms local to parent coordinates. (Inherited from Nevron.Nov.UI.NBoxElement) |
 | GetTransformToAncestor | Gets a transformation for converting local coordinates to the specified ancestor coordinates (Inherited from Nevron.Nov.Dom.NVisual) |
 | GetValue | Overloaded. Gets the current computed value of the specified property. (Inherited from Nevron.Nov.Dom.NElement) |
 | HitTest | Overloaded. Hit tests the widget by point. (Inherited from Nevron.Nov.UI.NWidget) |
 | IndexOfChild | Gets the index of the specified child node in this node children container. Returns -1 if the node is not a child of this node. (Inherited from Nevron.Nov.Dom.NNode) |
 | InsertChild | Inserts the specified node at the specified index. Throws an exception, if this node is not a collection node. (Inherited from Nevron.Nov.Dom.NNode) |
 | InvalidateArrange | Invalidates the element arrange (Inherited from Nevron.Nov.UI.NWidget) |
 | InvalidateArrangeFromChild | Called by child or descendant arrange elements that consider this element as arrange parent, and want to inform it to invalidate it's arrange. (Inherited from Nevron.Nov.UI.NBoxElement) |
 | InvalidateDisplay | Invalidates the display of the node. (Inherited from Nevron.Nov.Dom.NVisual) |
 | InvalidateDisplayTransform | Invalidates the display transform of the node. (Inherited from Nevron.Nov.Dom.NVisual) |
 | InvalidateMeasure | Invalidates the element measure and pools the element for measure validation. (Inherited from Nevron.Nov.UI.NBoxElement) |
 | InvalidateMeasureFromChild | Called by child or descendant measure elements that consider this element as measure parent, and want to inform it to invalidate it's measure. (Inherited from Nevron.Nov.UI.NBoxElement) |
 | IsChild | Determines whether the specified node is a child node of this node. Note that although the node ParentNode may be this node, this node may not consider the node as child, if it is exposed by a property. (Inherited from Nevron.Nov.Dom.NNode) |
 | IsDescendantOf | Overloaded. Determines whether this node is a descendant of the specified ancestor (Inherited from Nevron.Nov.Dom.NNode) |
 | IsInstanceOfSchema | Queries whether the node is an instance of the specified schema. (i.e. whether the node schema is equal to the specified schema, or is its ancestor). (Inherited from Nevron.Nov.Dom.NNode) |
 | IsPointOverText | Gets whether the given point is over text. |
 | IsTabStop | Gets whether the input target is included in the tab navigation. This implementation returns the TabStop property value. (Inherited from Nevron.Nov.UI.NInputElement) |
 | LocalToAncestor | Overloaded. Transforms a point in local coordinates to the specified ancestor coordinates. (Inherited from Nevron.Nov.Dom.NVisual) |
 | LocalToParent | Overloaded. Transforms a point in local coordinates to the coordinates of its parent coordinate system (Inherited from Nevron.Nov.UI.NBoxElement) |
 | MoveToCurrentThread | Moves the node aggregated subtree cache and other thread related information so that the node aggregated subtree can function on the current thread. Call this method when the node has been constructed on another thread, but will continue to be used on the current thread. (Inherited from Nevron.Nov.Dom.NNode) |
 | MoveToThread | Moves the node aggregated subtree cache and other thread related information so that the node aggregated subtree can function on the specified thread. Call this method when the node has been constructed on the current thread, but will continue to be used on the specified thread. (Inherited from Nevron.Nov.Dom.NNode) |
 | ParentToLocal | Overloaded. Transforms a point in parent coordinates to local coordinates (Inherited from Nevron.Nov.UI.NBoxElement) |
 | ReleaseMouseCapture | Releases the mouse capture, if this input target holds the capture (Inherited from Nevron.Nov.UI.NInputElement) |
 | ReleaseTouchCapture | Releases the touch capture, if this input target holds the capture (Inherited from Nevron.Nov.UI.NInputElement) |
 | RemoveAllChildren | Removes all child nodes of this node. Works for both collection and container node. In the case of container nodes where a child may be set as non-nullable, throws an exception. (Inherited from Nevron.Nov.Dom.NNode) |
 | RemoveAllEventHandlers | Overloaded. Removes all normal (attarget/bubbling) or sinking event handlers (Inherited from Nevron.Nov.Dom.NNode) |
 | RemoveChild | Removes the specified child node. Works for both collection and container nodes. (Inherited from Nevron.Nov.Dom.NNode) |
 | RemoveChildAt | Removes the child node at the specified index. Throws an expection if index if out of range. Works for both collection and container nodes. (Inherited from Nevron.Nov.Dom.NNode) |
 | RemoveEventHandler | Overloaded. Removes the specified event handler for the specified DOM event. The event handler must have been registered for the AtTarget/Bubbling phase and the default group. (Inherited from Nevron.Nov.Dom.NNode) |
 | ScrollInDirection | Scrolls the viewport in the specified direction, with the specified amount of steps. (Inherited from Nevron.Nov.UI.NScrollContentBase) |
 | SetBorder | Shortcut method for setting the Nevron.Nov.UI.NBoxElement.Border and Nevron.Nov.UI.NBoxElement.BorderThickness properties. (Inherited from Nevron.Nov.UI.NBoxElement) |
 | SetChild | Sets the child instance at the specified child slot. Throws an exception, if this node is not a container node. (Inherited from Nevron.Nov.Dom.NNode) |
 | SetChildAt | Sets(substitudes) the child at the specified index. Throws an exception, if this node is not a collection node. (Inherited from Nevron.Nov.Dom.NNode) |
 | SetFx | Overloaded. Sets the expression to the self property with the specified name (Inherited from Nevron.Nov.Dom.NElement) |
 | SetFxForce | Overloaded. Sets the expression to the self property with the specified name by force. (Inherited from Nevron.Nov.Dom.NElement) |
 | SetLocalValue | Sets a local value for the specified property. (Inherited from Nevron.Nov.Dom.NNode) |
 | SetValue | Sets a value for the specified property. (Inherited from Nevron.Nov.Dom.NElement) |
 | ToString | Returns a string that represents this node. (Inherited from Nevron.Nov.Dom.NNode) |
 | TryGetMousePositionInDocumentCoordinates | Tries to get the mouse position in document coordinates |
 | TryGetScreenBounds | Tries to get the screen bounds of this element (Inherited from Nevron.Nov.UI.NBoxElement) |
 | TryGetTextPositionFromMousePosition | Gets the text position in the current editing root given the current mouse position |
 | TryLocalToScreen | Tries to transform a point in local coordinates to screen coordinates. (Inherited from Nevron.Nov.Dom.NVisual) |
 | TryScreenToLocal | Tries to transforms a point in screen coordinates to the local coordinates. (Inherited from Nevron.Nov.Dom.NVisual) |
 | UpdateCaretInfo | Immediately calls the UpdateCaretInfo of the caret if any. Does nothing if the m_nUpdateTextCounter is raised. |
 | ValidateArrange | Called to arrange the element (Inherited from Nevron.Nov.UI.NBoxElement) |
 | ValidateDisplay | Validates the display of the node. This implementation forwards the call to the owner display window, if any. (Inherited from Nevron.Nov.Dom.NVisual) |
 | ValidateMeasure | Called to validate the element measure (Inherited from Nevron.Nov.UI.NBoxElement) |
 | ViewToDocument | Converts a pont form view to document coordinates. |
 | VisitChildDisplaySubtree | Overridden. Called to propagate the display traversal to the specified child node. This implementation directly calls the VisitDisplaySubtree method of the child node. |
 | VisitDisplaySubtree | Visits the display subtree of the element with the specified visitor (Inherited from Nevron.Nov.Dom.NVisual) |