1 write to _templateContentControl
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
127
_templateContentControl
= GetTemplateChild(TemplateContentControlTemplatePartName) as ContentControl;
8 references to _templateContentControl
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (8)
1165
if (
_templateContentControl
!= null)
1167
_templateContentControl
.Visibility = (itemsPresenterVisibility == Visibility.Visible ? Visibility.Collapsed : Visibility.Visible);
1267
if (contentTemplate != null &&
_templateContentControl
!= null)
1269
_templateContentControl
.ContentTemplate = contentTemplate;
1272
_templateContentControl
.Measure(
_templateContentControl
.DesiredSize);
1273
RibbonHelper.FixMeasureInvalidationPaths(
_templateContentControl
);
1274
TreeHelper.InvalidateMeasureForVisualAncestorPath<RibbonGroup>(
_templateContentControl
);