1 write to _noImageWithoutLabel
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (1)
260
_noImageWithoutLabel
= new RibbonControlSizeDefinition();
5 references to _noImageWithoutLabel
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (5)
258
if (
_noImageWithoutLabel
== null)
261
_noImageWithoutLabel
.ImageSize = RibbonImageSize.Collapsed;
262
_noImageWithoutLabel
.IsLabelVisible = false;
263
_noImageWithoutLabel
.Freeze();
265
return
_noImageWithoutLabel
;