C# Class Microsoft.R.Editor.Commands.RMouseProcessor

Inheritance: MouseProcessorBase
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
PreprocessMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
RMouseProcessor ( IWpfTextView wpfTextView, ICoreShell shell ) : System.Linq

Private Methods

Méthode Description
IsOverHotUrl ( ITextView textView, System.Windows.Input.MouseButtonEventArgs e ) : bool

Method Details

PreprocessMouseLeftButtonDown() public méthode

public PreprocessMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

RMouseProcessor() public méthode

public RMouseProcessor ( IWpfTextView wpfTextView, ICoreShell shell ) : System.Linq
wpfTextView IWpfTextView
shell ICoreShell
Résultat System.Linq