1 write to _templateContentControl
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
124
_templateContentControl
= GetTemplateChild(TemplateContentControlTemplatePartName) as ContentControl;
8 references to _templateContentControl
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (8)
1162
if (
_templateContentControl
!= null)
1164
_templateContentControl
.Visibility = (itemsPresenterVisibility == Visibility.Visible ? Visibility.Collapsed : Visibility.Visible);
1264
if (contentTemplate != null &&
_templateContentControl
!= null)
1266
_templateContentControl
.ContentTemplate = contentTemplate;
1269
_templateContentControl
.Measure(
_templateContentControl
.DesiredSize);
1270
RibbonHelper.FixMeasureInvalidationPaths(
_templateContentControl
);
1271
TreeHelper.InvalidateMeasureForVisualAncestorPath<RibbonGroup>(
_templateContentControl
);