1 write to _noImageWithoutLabel
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (1)
260_noImageWithoutLabel = new RibbonControlSizeDefinition();
5 references to _noImageWithoutLabel
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (5)
258if (_noImageWithoutLabel == null) 261_noImageWithoutLabel.ImageSize = RibbonImageSize.Collapsed; 262_noImageWithoutLabel.IsLabelVisible = false; 263_noImageWithoutLabel.Freeze(); 265return _noImageWithoutLabel;