21 references to Large
System.Windows.Controls.Ribbon (21)
Microsoft\Windows\Controls\Ribbon\RibbonControlGroup.cs (3)
128
else if (currentLargeCsd.ImageSize == RibbonImageSize.
Large
)
130
imageSize = RibbonImageSize.
Large
;
135
if (isLabelVisible && imageSize == RibbonImageSize.
Large
)
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
683
imageSize = RibbonImageSize.
Large
;
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (5)
33
DependencyProperty.Register("ImageSize", typeof(RibbonImageSize), typeof(RibbonControlSizeDefinition), new FrameworkPropertyMetadata(RibbonImageSize.
Large
));
154
case RibbonImageSize.
Large
:
166
case RibbonImageSize.
Large
:
184
ImageSize = RibbonImageSize.
Large
,
235
ImageSize = RibbonImageSize.
Large
,
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (7)
532
if (large.ControlSizeDefinitions[0].ImageSize == RibbonImageSize.
Large
&&
534
large.ControlSizeDefinitions[1].ImageSize == RibbonImageSize.
Large
&&
536
large.ControlSizeDefinitions[2].ImageSize == RibbonImageSize.
Large
&&
552
if (large.ControlSizeDefinitions[0].ImageSize == RibbonImageSize.
Large
&&
554
large.ControlSizeDefinitions[1].ImageSize == RibbonImageSize.
Large
&&
897
(controlSize.IsLabelVisible || controlSize.ImageSize == RibbonImageSize.
Large
) &&
934
bool isNewLabelVisible = (repeatedControlSizeDefinition.ImageSize == RibbonImageSize.
Large
&& repeatedControlSizeDefinition.IsLabelVisible);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (4)
2616
if (controlSizeDefinition.ImageSize == RibbonImageSize.
Large
)
2661
if (controlSizeDefinition.ImageSize == RibbonImageSize.
Large
)
2697
if (controlSizeDefinition.ImageSize == RibbonImageSize.
Large
)
2752
if (controlSizeDefinition.ImageSize == RibbonImageSize.
Large
)
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
423
if (ControlSizeDefinition.ImageSize == RibbonImageSize.
Large
)