12 writes to IsLabelVisible
System.Windows.Controls.Ribbon (12)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (6)
185
IsLabelVisible
= true
202
IsLabelVisible
= true
219
IsLabelVisible
= true
236
IsLabelVisible
= false
253
IsLabelVisible
= false
270
IsLabelVisible
= false
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (6)
541
medium.ControlSizeDefinitions.Add(new RibbonControlSizeDefinition() { ImageSize = RibbonImageSize.Small,
IsLabelVisible
= true });
542
medium.ControlSizeDefinitions.Add(new RibbonControlSizeDefinition() { ImageSize = RibbonImageSize.Small,
IsLabelVisible
= true });
543
medium.ControlSizeDefinitions.Add(new RibbonControlSizeDefinition() { ImageSize = RibbonImageSize.Small,
IsLabelVisible
= true });
559
medium.ControlSizeDefinitions.Add(new RibbonControlSizeDefinition() { ImageSize = RibbonImageSize.Small,
IsLabelVisible
= true });
560
medium.ControlSizeDefinitions.Add(new RibbonControlSizeDefinition() { ImageSize = RibbonImageSize.Small,
IsLabelVisible
= true });
941
IsLabelVisible
= isNewLabelVisible,
13 references to IsLabelVisible
System.Windows.Controls.Ribbon (13)
Microsoft\Windows\Controls\Ribbon\RibbonControlGroup.cs (1)
133
isLabelVisible |= currentLargeCsd.
IsLabelVisible
;
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (9)
533
large.ControlSizeDefinitions[0].
IsLabelVisible
&&
535
large.ControlSizeDefinitions[1].
IsLabelVisible
&&
537
large.ControlSizeDefinitions[2].
IsLabelVisible
)
553
large.ControlSizeDefinitions[0].
IsLabelVisible
&&
555
large.ControlSizeDefinitions[1].
IsLabelVisible
)
897
(controlSize.
IsLabelVisible
|| controlSize.ImageSize == RibbonImageSize.Large) &&
899
controlSize.
IsLabelVisible
== lastControlSize.
IsLabelVisible
)
934
bool isNewLabelVisible = (repeatedControlSizeDefinition.ImageSize == RibbonImageSize.Large && repeatedControlSizeDefinition.
IsLabelVisible
);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
2614
if (controlSizeDefinition.
IsLabelVisible
)
2695
if (controlSizeDefinition.
IsLabelVisible
)
2750
if (controlSizeDefinition.
IsLabelVisible
)