2 references to XamlFormattingOptions
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Features\Formatting\IXamlFormattingService.cs (2)
18
Task<IList<TextChange>> GetFormattingChangesAsync(TextDocument document,
XamlFormattingOptions
options, TextSpan? textSpan, CancellationToken cancellationToken);
19
Task<IList<TextChange>> GetFormattingChangesAsync(TextDocument document,
XamlFormattingOptions
options, char typedChar, int position, CancellationToken cancellationToken);