10 references to SetIsInControlGroup
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
253
internal set { RibbonControlService.
SetIsInControlGroup
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
238
internal set { RibbonControlService.
SetIsInControlGroup
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
88
internal set { RibbonControlService.
SetIsInControlGroup
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonControl.cs (1)
104
internal set { RibbonControlService.
SetIsInControlGroup
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
432
RibbonControlService.
SetIsInControlGroup
(child, true);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
257
internal set { RibbonControlService.
SetIsInControlGroup
(this, value); }
300
RibbonControlService.
SetIsInControlGroup
(_partToggleButton, true);
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
253
internal set { RibbonControlService.
SetIsInControlGroup
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
433
internal set { RibbonControlService.
SetIsInControlGroup
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
260
internal set { RibbonControlService.
SetIsInControlGroup
(this, value); }