C# 클래스 Microsoft.R.Editor.Commands.RMouseProcessor

상속: MouseProcessorBase
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
PreprocessMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
RMouseProcessor ( IWpfTextView wpfTextView, ICoreShell shell ) : System.Linq

비공개 메소드들

메소드 설명
IsOverHotUrl ( ITextView textView, System.Windows.Input.MouseButtonEventArgs e ) : bool

메소드 상세

PreprocessMouseLeftButtonDown() 공개 메소드

public PreprocessMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

RMouseProcessor() 공개 메소드

public RMouseProcessor ( IWpfTextView wpfTextView, ICoreShell shell ) : System.Linq
wpfTextView IWpfTextView
shell ICoreShell
리턴 System.Linq