6 references to FormatDocument
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
AddImports\CSharpAddImportsPasteCommandHandler.cs (1)
28[Order(Before = PredefinedCommandHandlerNames.FormatDocument)]
StringCopyPaste\StringCopyPasteCommandHandler.cs (1)
51[Order(After = PredefinedCommandHandlerNames.FormatDocument)]
Microsoft.CodeAnalysis.EditorFeatures (2)
Formatting\FormatCommandHandler.cs (1)
35[Name(PredefinedCommandHandlerNames.FormatDocument)]
PasteTracking\PasteTrackingPasteCommandHandler.cs (1)
26[Order(Before = PredefinedCommandHandlerNames.FormatDocument)]
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractivePasteCommandHandler.cs (1)
34[Order(After = PredefinedCommandHandlerNames.FormatDocument)]
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
AddImports\VisualBasicAddImportsOnPasteCommandHandler.vb (1)
19<Order(Before:=PredefinedCommandHandlerNames.FormatDocument)>