21 references to Large
System.Windows.Controls.Ribbon (21)
Microsoft\Windows\Controls\Ribbon\RibbonControlGroup.cs (3)
129
else if (currentLargeCsd.ImageSize == RibbonImageSize.
Large
)
131
imageSize = RibbonImageSize.
Large
;
136
if (isLabelVisible && imageSize == RibbonImageSize.
Large
)
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
684
imageSize = RibbonImageSize.
Large
;
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (5)
34
DependencyProperty.Register("ImageSize", typeof(RibbonImageSize), typeof(RibbonControlSizeDefinition), new FrameworkPropertyMetadata(RibbonImageSize.
Large
));
155
case RibbonImageSize.
Large
:
167
case RibbonImageSize.
Large
:
185
ImageSize = RibbonImageSize.
Large
,
236
ImageSize = RibbonImageSize.
Large
,
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (7)
533
if (large.ControlSizeDefinitions[0].ImageSize == RibbonImageSize.
Large
&&
535
large.ControlSizeDefinitions[1].ImageSize == RibbonImageSize.
Large
&&
537
large.ControlSizeDefinitions[2].ImageSize == RibbonImageSize.
Large
&&
553
if (large.ControlSizeDefinitions[0].ImageSize == RibbonImageSize.
Large
&&
555
large.ControlSizeDefinitions[1].ImageSize == RibbonImageSize.
Large
&&
898
(controlSize.IsLabelVisible || controlSize.ImageSize == RibbonImageSize.
Large
) &&
935
bool isNewLabelVisible = (repeatedControlSizeDefinition.ImageSize == RibbonImageSize.
Large
&& repeatedControlSizeDefinition.IsLabelVisible);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (4)
2617
if (controlSizeDefinition.ImageSize == RibbonImageSize.
Large
)
2662
if (controlSizeDefinition.ImageSize == RibbonImageSize.
Large
)
2698
if (controlSizeDefinition.ImageSize == RibbonImageSize.
Large
)
2753
if (controlSizeDefinition.ImageSize == RibbonImageSize.
Large
)
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
424
if (ControlSizeDefinition.ImageSize == RibbonImageSize.
Large
)