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