C# Class ShaderTools.VisualStudio.Hlsl.IntelliSense.QuickInfo.QuickInfoSource

Inheritance: IQuickInfoSource
Datei anzeigen Open project: tgjones/HlslTools

Public Methods

Method Description
AugmentQuickInfoSession ( IQuickInfoSession session, IList quickInfoContent, ITrackingSpan &applicableToSpan ) : void
Dispose ( ) : void
QuickInfoSource ( IClassificationFormatMapService classificationFormatMapService, HlslClassificationService classificationService, DispatcherGlyphService dispatcherGlyphService ) : System

Private Methods

Method Description
GetClassifiedText ( string text, IClassificationType classificationType ) : Inline
GetContent ( QuickInfoModel model ) : FrameworkElement
GetGlyph ( Glyph glyph ) : Image
GetInline ( SymbolMarkupToken markupToken ) : Inline
GetTextBlock ( SymbolMarkup markup ) : System.Windows.Controls.TextBlock
SetTextProperties ( DependencyObject dependencyObject, TextFormattingRunProperties properties, bool setFontFamily ) : void

Method Details

AugmentQuickInfoSession() public method

public AugmentQuickInfoSession ( IQuickInfoSession session, IList quickInfoContent, ITrackingSpan &applicableToSpan ) : void
session IQuickInfoSession
quickInfoContent IList
applicableToSpan ITrackingSpan
return void

Dispose() public method

public Dispose ( ) : void
return void

QuickInfoSource() public method

public QuickInfoSource ( IClassificationFormatMapService classificationFormatMapService, HlslClassificationService classificationService, DispatcherGlyphService dispatcherGlyphService ) : System
classificationFormatMapService IClassificationFormatMapService
classificationService ShaderTools.VisualStudio.Hlsl.Tagging.Classification.HlslClassificationService
dispatcherGlyphService ShaderTools.VisualStudio.Hlsl.Glyphs.DispatcherGlyphService
return System