Home
last modified time | relevance | path

Searched refs:textView (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DVsix.cs22 IVsTextView textView; in GetCurrentView()
23 textManager.GetActiveView(1, null, out textView); in GetCurrentView()
27 return VsToWpfTextView(textView); in GetCurrentView()
32 var textView = GetDocumentView(document); in IsDocumentDirty()
33 var textDocument = GetTextDocument(textView); in IsDocumentDirty()
39 var textView = GetVsTextViewFrompPath(document.FullName); in GetDocumentView()
40 return VsToWpfTextView(textView); in GetDocumentView()
43 public static IWpfTextView VsToWpfTextView(IVsTextView textView) in VsToWpfTextView() argument
45 var userData = (IVsUserData)textView; in VsToWpfTextView()