C# Class JustAProgrammer.TeamPilgrim.VisualStudio.Common.AttachedProperties.GridViewSort.SortGlyphAdorner

Inheritance: System.Windows.Documents.Adorner
Mostrar archivo Open project: StanleyGoldman/TeamPilgrim

Public Methods

Method Description
SortGlyphAdorner ( System.Windows.Controls.TextBlock textBlock, ListSortDirection direction, ImageSource sortGlyph ) : System.ComponentModel

Protected Methods

Method Description
OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void

Private Methods

Method Description
GetDefaultGlyph ( ) : System.Windows.Media.Geometry

Method Details

OnRender() protected method

protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void
drawingContext System.Windows.Media.DrawingContext
return void

SortGlyphAdorner() public method

public SortGlyphAdorner ( System.Windows.Controls.TextBlock textBlock, ListSortDirection direction, ImageSource sortGlyph ) : System.ComponentModel
textBlock System.Windows.Controls.TextBlock
direction ListSortDirection
sortGlyph ImageSource
return System.ComponentModel