21 references to Large
System.Windows.Controls.Ribbon (21)
Microsoft\Windows\Controls\Ribbon\RibbonControlGroup.cs (3)
129else if (currentLargeCsd.ImageSize == RibbonImageSize.Large) 131imageSize = RibbonImageSize.Large; 136if (isLabelVisible && imageSize == RibbonImageSize.Large)
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
687imageSize = RibbonImageSize.Large;
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (5)
34DependencyProperty.Register("ImageSize", typeof(RibbonImageSize), typeof(RibbonControlSizeDefinition), new FrameworkPropertyMetadata(RibbonImageSize.Large)); 155case RibbonImageSize.Large: 167case RibbonImageSize.Large: 184_largeImageWithLabel.ImageSize = RibbonImageSize.Large; 229_largeImageWithoutLabel.ImageSize = RibbonImageSize.Large;
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (7)
536if (large.ControlSizeDefinitions[0].ImageSize == RibbonImageSize.Large && 538large.ControlSizeDefinitions[1].ImageSize == RibbonImageSize.Large && 540large.ControlSizeDefinitions[2].ImageSize == RibbonImageSize.Large && 556if (large.ControlSizeDefinitions[0].ImageSize == RibbonImageSize.Large && 558large.ControlSizeDefinitions[1].ImageSize == RibbonImageSize.Large && 904(controlSize.IsLabelVisible || controlSize.ImageSize == RibbonImageSize.Large) && 941bool isNewLabelVisible = (repeatedControlSizeDefinition.ImageSize == RibbonImageSize.Large && repeatedControlSizeDefinition.IsLabelVisible);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (4)
2631if (controlSizeDefinition.ImageSize == RibbonImageSize.Large) 2676if (controlSizeDefinition.ImageSize == RibbonImageSize.Large) 2712if (controlSizeDefinition.ImageSize == RibbonImageSize.Large) 2767if (controlSizeDefinition.ImageSize == RibbonImageSize.Large)
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
433if (ControlSizeDefinition.ImageSize == RibbonImageSize.Large)