10 references to SetIsInControlGroup
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
252
internal set { RibbonControlService.
SetIsInControlGroup
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
237
internal set { RibbonControlService.
SetIsInControlGroup
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
87
internal set { RibbonControlService.
SetIsInControlGroup
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonControl.cs (1)
103
internal set { RibbonControlService.
SetIsInControlGroup
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
435
RibbonControlService.
SetIsInControlGroup
(child, true);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
256
internal set { RibbonControlService.
SetIsInControlGroup
(this, value); }
299
RibbonControlService.
SetIsInControlGroup
(_partToggleButton, true);
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
252
internal set { RibbonControlService.
SetIsInControlGroup
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
432
internal set { RibbonControlService.
SetIsInControlGroup
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
259
internal set { RibbonControlService.
SetIsInControlGroup
(this, value); }