1 write to _templateContentControl
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
123
_templateContentControl
= GetTemplateChild(TemplateContentControlTemplatePartName) as ContentControl;
7 references to _templateContentControl
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (7)
1152
_templateContentControl
?.Visibility = (itemsPresenterVisibility == Visibility.Visible ? Visibility.Collapsed : Visibility.Visible);
1251
if (contentTemplate != null &&
_templateContentControl
!= null)
1253
_templateContentControl
.ContentTemplate = contentTemplate;
1256
_templateContentControl
.Measure(
_templateContentControl
.DesiredSize);
1257
RibbonHelper.FixMeasureInvalidationPaths(
_templateContentControl
);
1258
TreeHelper.InvalidateMeasureForVisualAncestorPath<RibbonGroup>(
_templateContentControl
);