1 write to _smallImageWithoutLabel
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (1)
245_smallImageWithoutLabel = new RibbonControlSizeDefinition();
5 references to _smallImageWithoutLabel
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (5)
243if (_smallImageWithoutLabel == null) 246_smallImageWithoutLabel.ImageSize = RibbonImageSize.Small; 247_smallImageWithoutLabel.IsLabelVisible = false; 248_smallImageWithoutLabel.Freeze(); 250return _smallImageWithoutLabel;