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