1 write to _largeImageWithLabel
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (1)
185_largeImageWithLabel = new RibbonControlSizeDefinition();
5 references to _largeImageWithLabel
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (5)
183if (_largeImageWithLabel == null) 186_largeImageWithLabel.ImageSize = RibbonImageSize.Large; 187_largeImageWithLabel.IsLabelVisible = true; 188_largeImageWithLabel.Freeze(); 190return _largeImageWithLabel;