2 references to _iconTemplateName
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (2)
28
[TemplatePart(Name = RibbonWindow.
_iconTemplateName
, Type = typeof(Image))]
94
_icon = GetTemplateChild(
_iconTemplateName
) as Image;