21 references to Large
System.Windows.Controls.Ribbon (21)
Microsoft\Windows\Controls\Ribbon\RibbonControlGroup.cs (3)
132else if (currentLargeCsd.ImageSize == RibbonImageSize.Large) 134imageSize = RibbonImageSize.Large; 139if (isLabelVisible && imageSize == RibbonImageSize.Large)
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
694imageSize = RibbonImageSize.Large;
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (5)
36DependencyProperty.Register("ImageSize", typeof(RibbonImageSize), typeof(RibbonControlSizeDefinition), new FrameworkPropertyMetadata(RibbonImageSize.Large)); 157case RibbonImageSize.Large: 169case RibbonImageSize.Large: 186_largeImageWithLabel.ImageSize = RibbonImageSize.Large; 231_largeImageWithoutLabel.ImageSize = RibbonImageSize.Large;
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (7)
539if (large.ControlSizeDefinitions[0].ImageSize == RibbonImageSize.Large && 541large.ControlSizeDefinitions[1].ImageSize == RibbonImageSize.Large && 543large.ControlSizeDefinitions[2].ImageSize == RibbonImageSize.Large && 559if (large.ControlSizeDefinitions[0].ImageSize == RibbonImageSize.Large && 561large.ControlSizeDefinitions[1].ImageSize == RibbonImageSize.Large && 907(controlSize.IsLabelVisible || controlSize.ImageSize == RibbonImageSize.Large) && 944bool isNewLabelVisible = (repeatedControlSizeDefinition.ImageSize == RibbonImageSize.Large && repeatedControlSizeDefinition.IsLabelVisible);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (4)
2636if (controlSizeDefinition.ImageSize == RibbonImageSize.Large) 2681if (controlSizeDefinition.ImageSize == RibbonImageSize.Large) 2717if (controlSizeDefinition.ImageSize == RibbonImageSize.Large) 2772if (controlSizeDefinition.ImageSize == RibbonImageSize.Large)
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
435if (ControlSizeDefinition.ImageSize == RibbonImageSize.Large)