1 write to _noImageWithLabel
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (1)
215_noImageWithLabel = new RibbonControlSizeDefinition();
5 references to _noImageWithLabel
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (5)
213if (_noImageWithLabel == null) 216_noImageWithLabel.ImageSize = RibbonImageSize.Collapsed; 217_noImageWithLabel.IsLabelVisible = true; 218_noImageWithLabel.Freeze(); 220return _noImageWithLabel;