Name | Description | |
---|---|---|
![]() ![]() | HiddenEvent | Reference to the Hidden event |
![]() ![]() | NVisualSchema | Schema associated with NVisual |
![]() ![]() | ShownEvent | Reference to the Shown event |
The following tables list the members exposed by NVisual.
Name | Description | |
---|---|---|
![]() ![]() | HiddenEvent | Reference to the Hidden event |
![]() ![]() | NVisualSchema | Schema associated with NVisual |
![]() ![]() | ShownEvent | Reference to the Shown event |
Name | Description | |
---|---|---|
![]() | AGGb | |
![]() | AhEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | AQEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | bCEb | (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | bGGb | |
![]() | bhEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | bQEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | ChEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | CQEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | dhEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | dQEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | EQEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | fQEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | GQEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | vpEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | WpEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | xGEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | xpEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | YGEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | YpEb | (Inherited from Nevron.Nov.Dom.NNode) |
Name | Description | |
---|---|---|
![]() | DisplaySurface | Gets the display surface on which this visual is displayed (painted) |
![]() | HistoryService | Gets the document effective history service that this node uses to record history (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | Id | Gets the id of the element, which uniquely identifies the element inside the owner document. It is automatically assigned when the element is registered in a document and is also automatically set to -1 when the element is unregistered from the document. You can manually assign the next document Id to the element, before it is added to a specific document, by using AssingNextId method. (Inherited from Nevron.Nov.Dom.NElement) |
![]() | IsVisible | Gets whether the visual is displayed inside the window. |
![]() | OwnerDocument | Gets a reference to the document owning the node. Returns null if the node is not residing in a document. (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | ParentNode | Gets the parent node in the node hierarchy. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | ParentVisual | Gets the parent visual. This implementation returns the first ancestor that is a visual. |
![]() | RootNode | Gets the root node in the node hierarchy. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | RootVisual | Gets the root visual of this visual. |
![]() | Schema | Gets the node schema. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | SubtreeDisplayVersion | Gets the subtree display version. Automatically managed by Nevron. |
![]() | Tag | Gets or sets the node tag, that can be any DOM compliant object. This property is not used by the node itself and is intended to provide users with the ability to attach custom data to the node. Attaching custom data to any node can also be achieved with the help of extendeded properties. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | UserClass | Gets or sets the User Class to which the element belongs. This property is usually assigned by the user and is used to group related elements. An element can belong to more than one user classes that should be separated by the ' '(space) character. For example: element.UserClass = "MyClass1 MyClass2" specifies that element belongs to both MyClass1 and MayClass2 classes. The NUserClassCondtion styling condition lets you select elements of a specific user class. (Inherited from Nevron.Nov.Dom.NElement) |
![]() | UserId | Gets or sets the User Id associated to this element. This property is usually assigned by the user and is used to identify specific elements in the document. Unlike the Id property, the value of this property is not guaranteed to be unique in the document. The NUserIdCondition styling condition lets you select elements with a specific User Id. (Inherited from Nevron.Nov.Dom.NElement) |
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 displayable children of the element to the provided list. This implementation accumulates the children of this this element, which are NVisual instances. |
![]() | 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. |
![]() | 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. |
![]() | CanAnchorShadows | Determines whether shadow transformations can be anchored to this node coordinate system. |
![]() | CanClip | Gets whether the node can provide a clip area |
![]() | CanClipChildren | Gets whether the visual can provide a clip for its children. |
![]() | 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 | Determines whether this element currently returns a transformation different than NMatrix.Identity. |
![]() | 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) |
![]() | DoPostPaint | Performs the element post children paint. |
![]() | DoPrePaint | Performs the element pre children paint. |
![]() | Equals | Overriden to seal the Equals overridable method and to check the nodes for reference equality. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | 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) |
![]() | 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 | Gets the clip that needs to be applied on the visual children (in local coordinates). Valid only if CanClipChildren() returns true. |
![]() | 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 | Gets the clip area of the visual (in local coordinates). Valid only if CanClip() returns true. |
![]() | 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) |
![]() | 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 |
![]() | 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) |
![]() | GetMedia | Safely gets the owner document media. If the document node is not registered in a document returns null. (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | GetNextSibling | Gets the next sibling node (Inherited from Nevron.Nov.Dom.NNode) |
![]() | GetPaintCacheMode | Gets the mode in which this visual attemps to cache its display. |
![]() | 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) |
![]() | 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 |
![]() | 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) |
![]() | GetTransform | Gets the matrix that transforms local to parent coordinates |
![]() | GetTransformToAncestor | Gets a transformation for converting local coordinates to the specified ancestor coordinates |
![]() | GetValue | Overloaded. Gets the current computed value of the specified property. (Inherited from Nevron.Nov.Dom.NElement) |
![]() | HitTest | Overloaded. Hit tests the node by point. This implementation returns false. It is up to derived classes to implement point hit test. |
![]() | 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) |
![]() | InvalidateDisplay | Invalidates the display of the node. |
![]() | InvalidateDisplayTransform | Invalidates the display transform of the node. |
![]() | 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) |
![]() | LocalToAncestor | Overloaded. Transforms a point in local coordinates to the specified ancestor coordinates. |
![]() | LocalToParent | Overloaded. Transforms a point in local coordinates to parent coordinates. |
![]() | 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. |
![]() | 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) |
![]() | 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) |
![]() | TryLocalToScreen | Tries to transform a point in local coordinates to screen coordinates. |
![]() | TryScreenToLocal | Tries to transforms a point in screen coordinates to the local coordinates. |
![]() | ValidateDisplay | Validates the display of the node. This implementation forwards the call to the owner display window, if any. |
![]() | VisitChildDisplaySubtree | 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 |
Name | Description | |
---|---|---|
![]() | AEM | |
![]() | AGM | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | AnEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | AOEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | ApEb<bpEb> | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | bEM | |
![]() | bfEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | bGM | (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | bMEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | bOEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | CCEb<dCEb> | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | CEEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | CGM | (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | CnEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | COEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | CommitDocumentHistoryTransaction | Commits the last started transaction in the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | ConsumeCustomValueEffect | Called by ConsumeValueEffect, when the flags contain a Custom property flag. (Inherited from Nevron.Nov.Dom.NElement) |
![]() | ConsumeValueEffect | Consumes the value effect, defined by the specified property flags. This method may be called for a single or mutliple computed value changes. In the multiple changes case, the flags of the individual properties are combined with bitwise OR. (Inherited from Nevron.Nov.Dom.NElement) |
![]() | Ctb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | ddEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | DeepCopyCore | Called to perform the actual deep copying of the source node. (Inherited from Nevron.Nov.Dom.NElement) |
![]() | dGEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | dGM | (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | dOEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | EdC | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | EEEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | EGEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | EGM | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | EKEb<fKEb> | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | EvaluateDocument | Safely evaluates the document in which this document node resides. If the document node does not reside in a document, does nothing. (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | fGEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | fGM | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | fll | |
![]() | fMEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | fnEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | GCEb<hCEb> | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | GEEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | GGM | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | Gll | |
![]() | GOEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | hGM | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | hnEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | IdEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | IGEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | IGM | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | IKEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | IlEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | InvalidateParentArrange | Invalidates the arrange of the element arrange parent. This implementation calls the InvalidateArrangeFromChild method of the first ancestor element that implements the INArrangeElementParent interface. (Inherited from Nevron.Nov.Dom.NElement) |
![]() | InvalidateParentDisplay | Invalidates the display of element display parent(s). (Inherited from Nevron.Nov.Dom.NElement) |
![]() | InvalidateParentMeasure | Invalidates the measure of the element measure parent. This implementation calls the InvalidateMeasureFromChild method of the first ancestor element that implements the INMeasureElementParent interface. (Inherited from Nevron.Nov.Dom.NElement) |
![]() | IsDocumentHistoryUndoingOrRedoing | Safely checks whether the document effective history service is currently undoing or redoing an operation. (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | jEEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | jGM | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | jMEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | jnb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | jOEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | KGM | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | lCEb<MCEb> | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | lGM | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | llEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | lnEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | lpEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | MEEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | MfEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | MGM | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | MMEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | MOEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | nGM | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | nnEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | NotifySubtreeResolutionChanged | Notifies the aggregated nodes of this node tht the effective resolution has changed. |
![]() | OdEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | OGM | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | OnAncestorsChanged | Called when the node ancestors chain has changed. IMPORTANT: There is a serious perfomance penalty associated with overriding this method. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | OnAttributeChanged | Called when an owned attribute has changed. (Inherited from Nevron.Nov.Dom.NElement) |
![]() | OnChanged | Called when an arbitrary mutation has occurred in this node. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | OnChildInserted | Called when a child node has been inserted. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | OnChildInserting | Called when a child node is about to be inserted at the specified index. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | OnChildRemoved | Called when a child node has been removed. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | OnChildRemoving | Called when a child node is about to be removed. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | OnChildrenChanged | Called when a child was inserted or removed from this node. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | OnDeepCopied | Called after the node is deeply copied from the specified source node. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | OnDeepCopying | Called before the node is deeply copied for deep cloning from the specified source node. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | OnDeserialized | Called when the node is deserialized (Inherited from Nevron.Nov.Dom.NNode) |
![]() | OnEffectiveResolutionChanged | Called when the effective resolution of the document changed. (Inherited from Nevron.Nov.Dom.NElement) |
![]() | OnFxChanged | Called when the expression associated with a property has changed (Inherited from Nevron.Nov.Dom.NElement) |
![]() | OnFxChanging | Called when the expression associated with a property is changing (Inherited from Nevron.Nov.Dom.NElement) |
![]() | OnParentChanged | Called when the node parent has changed. Raises the ParentChangedEvent. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | OnParentChanging | Called when the parent of the node is about to be changed. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | OnPostPaint | Performs the element post-children custom paint. |
![]() | OnPrePaint | Performs the element pre-children custom paint. |
![]() | OnPropertyLocalValueChanging | Called when the local value of a property is about to be changed. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | OnPropertyValueChanged | Called when the local and/or computed value of a property has changed. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | OnRegistered | Called after the document node is registered in its owner document. (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | OnResolutionChanged | Called when the resolution of the display surface to which this visual belongs to has changed. |
![]() | OnSerializing | Called when the node is being serialized (Inherited from Nevron.Nov.Dom.NNode) |
![]() | OnUnregistered | Called after the document node is unregistered from its owner document. (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | OOC | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | OSb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | PauseDocumentHistoryService | Pauses the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | pEEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | pGM | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | pKEb<QKEb> | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | pMEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | pOC | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | pOEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | ppEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | pSb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | QGM | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | rCEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | rdEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | RecordDocumentHistoryField | Records the state of the specified field in the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | RecordDocumentHistoryFields | Records the state of the specified fields in the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | RecordDocumentHistoryUnit | Records a history unit in the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | ResumeDocumentHistoryService | Resumes the owner document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | rfEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | rGM | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | rnEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | RollbackDocumentHistoryTransaction | Rolls back the last started transaction in the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | SbEb | (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | SdEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | SEEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | SetFxCore | Stores the expression in the internal expressions store (Inherited from Nevron.Nov.Dom.NElement) |
![]() | SGM | (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | Shl | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | SkipBranchDisplayTraversal | Determines whether the visitor needs to visit this displayable branch. |
![]() | SlEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | SMEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | StartDocumentHistoryTransaction | Overloaded. Starts a new transaction, in the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | Stb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | tdEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | tIEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | tpEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | UbEb | (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | UnEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | vCC | Overridden. |
![]() | vdEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | vEEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | vIEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | vlEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | vOEb<WOEb> | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | WbEb | (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | WCC | Overridden. |
![]() | WCEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | WfEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | WfGb | |
![]() | WMEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | xfM | (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | xIEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | xlEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | xnEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | YbEb | (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | YEEb | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | YfM | (Inherited from Nevron.Nov.Dom.NElement) |
![]() | YIEb | (Inherited from Nevron.Nov.Dom.NNode) |
![]() | YnEb | (Inherited from Nevron.Nov.Dom.NNode) |
Name | Description | |
---|---|---|
![]() | Changed | Occurs when this node has changed. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | Changing | Occurs when this node is about to be changed. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | ChildInserted | Occurs when a child node has been inserted in this node (Inherited from Nevron.Nov.Dom.NNode) |
![]() | ChildInserting | Occurs when a child node is about to be inserted in this node (Inherited from Nevron.Nov.Dom.NNode) |
![]() | ChildRemoved | Occurs when a child node has been removed from this node (Inherited from Nevron.Nov.Dom.NNode) |
![]() | ChildRemoving | Occurs when a child node is about to be removed from this node (Inherited from Nevron.Nov.Dom.NNode) |
![]() | ChildrenChanged | Occurs when the children set of this node has changed, either because a new child was inserted or because an existing child was removed. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | ChildrenChanging | Occurs when the children set of this node is about to change, either because a new child is about to be inserted or because an existing child is about to be removed. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | Hidden | Occurs when the visual leaves the visual tree - e.g. is no longer visible in its window. |
![]() | ParentChanged | Occurs when the parent node of this node has changed. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | Registered | Occurs when the document node is registered in a document (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | Shown | Occurs when the visual enters the visual tree - e.g. becomes visible in its window. |
![]() | Unregistered | Occurs when the document node was unregistered from a document (Inherited from Nevron.Nov.Dom.NDocumentNode) |