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)
228
if (
_largeImageWithoutLabel
== null)
231
_largeImageWithoutLabel
.ImageSize = RibbonImageSize.Large;
232
_largeImageWithoutLabel
.IsLabelVisible = false;
233
_largeImageWithoutLabel
.Freeze();
235
return
_largeImageWithoutLabel
;