1 write to _largeImageWithoutLabel
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (1)
230_largeImageWithoutLabel = new RibbonControlSizeDefinition();
5 references to _largeImageWithoutLabel
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (5)
228if (_largeImageWithoutLabel == null) 231_largeImageWithoutLabel.ImageSize = RibbonImageSize.Large; 232_largeImageWithoutLabel.IsLabelVisible = false; 233_largeImageWithoutLabel.Freeze(); 235return _largeImageWithoutLabel;