The following tables list the members exposed by EditorDocumentView.
Name | Description | |
---|---|---|
CurrentSnapshot | Returns the Infragistics.Documents.TextDocumentSnapshot used to generate the current set of VisibleLines (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
Document | Returns the Infragistics.Documents.TextDocument associated with the view. (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
FirstVisibleLineNumber | Returns/sets the zero-based line index of the first visible DocumentViewLine displayed in the EditorDocumentView (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
HorizontalLineOffset | Returns/sets the zero-based horizontal pixel offset of the DocumentViewLines displayed in the EditorDocumentView (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
IsActive | Returns whether the EditorDocumentView is the current active view. (read-only). | |
LastVisibleLineNumber | Returns the zero-based line index of the last visible DocumentViewLine displayed in the EditorDocumentView (read only) (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
SelectionManager | Returns a ViewSelectionManager instance which can be used to query and interact with the selected text in the view. (read only) | |
SyntaxEditor | Returns the XamSyntaxEditor associated with the view. (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
TextAreaBounds | Returns the bounding rectangle of the text area (the area within the scrollbars and margins where the text is rendered) in control coordinates. (read only) (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
ViewLocation | Returns an EditorDocumentViewLocation enumeration that specifies the location of this EditorDocumentView within the XamSyntaxEditor control. (read-only). | |
VisibleLines | Returns a read only observable collection of DocumentViewLines that represent the lines currently displayed in the DocumentViewBase (read-only) (Inherited from Infragistics.Controls.Editors.DocumentViewBase) |
Name | Description | |
---|---|---|
Activate | Makes this EditorDocumentView the active view. | |
BringLineIntoView | Ensures that the document line with the specified zero-based line index is in view. (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
GetIsLineInView | Returns whether the document line with the specified zero-based line index is in view. (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
GetMarginAreaHeight | Returns the height of the margin area in the specified EditorDocumentViewMarginLocation. (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
GetMarginAreaWidth | Returns the width of the margin area in the specified EditorDocumentViewMarginLocation. (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
GoToLineNumber | Positions the requested line so that it is in view (and in the middle of the display if possible). (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
GoToOffset | Reloads the display so that the line containing the specified document offset is in view and in the middle of the display if possible, and the caret is positioned at the specified offset. (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
GoToTextLocation | Reloads the display so that the line containing the specified Infragistics.Documents.Parsing.TextLocation is in view (and in the middle of the display if possible), and the caret is positioned at the specified character position. (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
SnapshotPointFromScreenPoint | Returns the Infragistics.Documents.SnapshotPoint that is closest to the specified screen point (expressed in text area coordinates). (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
TextAreaPointFromViewPoint | Translates a point from view (which contains the scrollbars, margins, text area) coordinates to text area coordinates. (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
TextLocationFromScreenPoint | Returns the Infragistics.Documents.Parsing.TextLocation that is closest to the specified screen point (expressed in text area coordinates). (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
ViewLineFromLineIndex | Returns the DocumentViewLine that corresponds to the to the document line with the specified zero-based line index, or null if the document line with the specified zero-based line index is out of view. (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
ViewLineFromVerticalOffset | Returns the DocumentViewLine that contains the specified vertical pixel offset (in text coordinates) from the top of the view. (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
ViewPointFromTextAreaPoint | Translates a point from text area coordinates to view (which contains the scrollbars, margins, text area) coordinates. (Inherited from Infragistics.Controls.Editors.DocumentViewBase) |
Name | Description | |
---|---|---|
OnActivated | Used to invoke the Activated event. | |
OnAmbientPropertyChanged | Overridden. Called when one or more ambient font or color properties have changed. | |
OnDeactivated | Used to invoke the Deactivated event. | |
OnDocumentChanged | Overridden. Called when the XamSyntaxEditor.Document property has changed. | |
OnDocumentTextChanged | Overridden. Called when the document text has changed | |
OnDocumentTextChanging | Overridden. Called when the document text is about to change | |
OnDocumentTextLoaded | Overridden. Called when text is loaded into the XamSyntaxEditor.Document as the result of a call to Infragistics.Documents.TextDocument.Load(System.String). | |
OnLanguageChanged | Called when the Language associated with the Infragistics.Documents.TextDocument changes. (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
OnLayoutChanged | Overridden. Used to invoke the LayoutChanged event. | |
OnLoaded | Called when the DocumentViewBase is loaded. (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
OnSelectionChanged | Used to invoke the SelectionChanged event. | |
OnServiceAdded | Called when a service has been registered on the associated Infragistics.Documents.TextDocument's Language. (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
OnServiceRemoved | Called when a service has been unregistered on the associated Infragistics.Documents.TextDocument's Language. (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
OnUnloaded | Overridden. | |
RefreshLayerLayout | Refreshes the layout of the Infragistics.Controls.Editors.Primitives.AdornmentLayer described by the specified AdornmentLayerInfo (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
RefreshLayersLayout | Refreshes the layout of all Infragistics.Controls.Editors.Primitives.AdornmentLayers associated with this DocumentViewBase (Inherited from Infragistics.Controls.Editors.DocumentViewBase) |
Name | Description | |
---|---|---|
Activated | Raised after the EditorDocumentView has been activated. | |
Deactivated | Raised after the EditorDocumentView has been deactivated. | |
LayoutChanged | Raised after the layout of the lines in the DocumentViewBase has changed. (Inherited from Infragistics.Controls.Editors.DocumentViewBase) | |
SelectionChanged | Raised after the XamSyntaxEditor's Selection is changed. |