1 write to _smallImageWithLabel
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (1)
200_smallImageWithLabel = new RibbonControlSizeDefinition();
5 references to _smallImageWithLabel
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (5)
198if (_smallImageWithLabel == null) 201_smallImageWithLabel.ImageSize = RibbonImageSize.Small; 202_smallImageWithLabel.IsLabelVisible = true; 203_smallImageWithLabel.Freeze(); 205return _smallImageWithLabel;