Property | Type | Description | |
---|---|---|---|
AttachEvents | void | ||
CloseIfFocusLost | void | ||
CompletionWindowBase | System | ||
OnMouseUp | void | ||
RaiseEventPair | bool | ||
TextAreaDocumentChanged | void | ||
TextAreaLostFocus | void | ||
TextViewScrollOffsetChanged | void | ||
parentWindow_LocationChanged | void | ||
textArea_Document_Changing | void |
Method | Description | |
---|---|---|
CompletionWindowBase ( |
Creates a new CompletionWindowBase.
|
Method | Description | |
---|---|---|
ActivateParentWindow ( ) : void |
Activates the parent window.
|
|
DetachEvents ( ) : void |
Detaches events from the text area.
|
|
OnClosed ( |
||
OnDeactivated ( |
||
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void | ||
OnRenderSizeChanged ( System.Windows.SizeChangedInfo sizeInfo ) : void | ||
OnSourceInitialized ( |
||
SetPosition ( TextViewPosition position ) : void |
Positions the completion window at the specified position.
|
|
UpdatePosition ( ) : void |
Updates the position of the CompletionWindow based on the parent TextView position and the screen working area. It ensures that the CompletionWindow is completely visible on the screen.
|
Method | Description | |
---|---|---|
AttachEvents ( ) : void | ||
CloseIfFocusLost ( ) : void | ||
CompletionWindowBase ( ) : System | ||
OnMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
RaiseEventPair ( |
||
TextAreaDocumentChanged ( object sender, |
||
TextAreaLostFocus ( object sender, |
||
TextViewScrollOffsetChanged ( object sender, |
||
parentWindow_LocationChanged ( object sender, |
||
textArea_Document_Changing ( object sender, ICSharpCode.AvalonEdit.Document.DocumentChangeEventArgs e ) : void |
public CompletionWindowBase ( |
||
textArea | ||
return | System |
protected OnClosed ( |
||
e | ||
return | void |
protected OnDeactivated ( |
||
e | ||
return | void |
protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void | ||
e | System.Windows.Input.KeyEventArgs | |
return | void |
protected OnRenderSizeChanged ( System.Windows.SizeChangedInfo sizeInfo ) : void | ||
sizeInfo | System.Windows.SizeChangedInfo | |
return | void |
protected OnSourceInitialized ( |
||
e | ||
return | void |
protected SetPosition ( TextViewPosition position ) : void | ||
position | TextViewPosition | |
return | void |