12 writes to IsLabelVisible
System.Windows.Controls.Ribbon (12)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (6)
186
IsLabelVisible
= true
203
IsLabelVisible
= true
220
IsLabelVisible
= true
237
IsLabelVisible
= false
254
IsLabelVisible
= false
271
IsLabelVisible
= false
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (6)
542
medium.ControlSizeDefinitions.Add(new RibbonControlSizeDefinition() { ImageSize = RibbonImageSize.Small,
IsLabelVisible
= true });
543
medium.ControlSizeDefinitions.Add(new RibbonControlSizeDefinition() { ImageSize = RibbonImageSize.Small,
IsLabelVisible
= true });
544
medium.ControlSizeDefinitions.Add(new RibbonControlSizeDefinition() { ImageSize = RibbonImageSize.Small,
IsLabelVisible
= true });
560
medium.ControlSizeDefinitions.Add(new RibbonControlSizeDefinition() { ImageSize = RibbonImageSize.Small,
IsLabelVisible
= true });
561
medium.ControlSizeDefinitions.Add(new RibbonControlSizeDefinition() { ImageSize = RibbonImageSize.Small,
IsLabelVisible
= true });
942
IsLabelVisible
= isNewLabelVisible,
13 references to IsLabelVisible
System.Windows.Controls.Ribbon (13)
Microsoft\Windows\Controls\Ribbon\RibbonControlGroup.cs (1)
134
isLabelVisible |= currentLargeCsd.
IsLabelVisible
;
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (9)
534
large.ControlSizeDefinitions[0].
IsLabelVisible
&&
536
large.ControlSizeDefinitions[1].
IsLabelVisible
&&
538
large.ControlSizeDefinitions[2].
IsLabelVisible
)
554
large.ControlSizeDefinitions[0].
IsLabelVisible
&&
556
large.ControlSizeDefinitions[1].
IsLabelVisible
)
898
(controlSize.
IsLabelVisible
|| controlSize.ImageSize == RibbonImageSize.Large) &&
900
controlSize.
IsLabelVisible
== lastControlSize.
IsLabelVisible
)
935
bool isNewLabelVisible = (repeatedControlSizeDefinition.ImageSize == RibbonImageSize.Large && repeatedControlSizeDefinition.
IsLabelVisible
);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
2615
if (controlSizeDefinition.
IsLabelVisible
)
2696
if (controlSizeDefinition.
IsLabelVisible
)
2751
if (controlSizeDefinition.
IsLabelVisible
)