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)
687
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
:
184
_largeImageWithLabel.ImageSize = RibbonImageSize.
Large
;
229
_largeImageWithoutLabel.ImageSize = RibbonImageSize.
Large
;
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (7)
536
if (large.ControlSizeDefinitions[0].ImageSize == RibbonImageSize.
Large
&&
538
large.ControlSizeDefinitions[1].ImageSize == RibbonImageSize.
Large
&&
540
large.ControlSizeDefinitions[2].ImageSize == RibbonImageSize.
Large
&&
556
if (large.ControlSizeDefinitions[0].ImageSize == RibbonImageSize.
Large
&&
558
large.ControlSizeDefinitions[1].ImageSize == RibbonImageSize.
Large
&&
904
(controlSize.IsLabelVisible || controlSize.ImageSize == RibbonImageSize.
Large
) &&
941
bool isNewLabelVisible = (repeatedControlSizeDefinition.ImageSize == RibbonImageSize.
Large
&& repeatedControlSizeDefinition.IsLabelVisible);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (4)
2631
if (controlSizeDefinition.ImageSize == RibbonImageSize.
Large
)
2676
if (controlSizeDefinition.ImageSize == RibbonImageSize.
Large
)
2712
if (controlSizeDefinition.ImageSize == RibbonImageSize.
Large
)
2767
if (controlSizeDefinition.ImageSize == RibbonImageSize.
Large
)
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
433
if (ControlSizeDefinition.ImageSize == RibbonImageSize.
Large
)