11 references to GetIsInControlGroup
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
252
get { return RibbonControlService.
GetIsInControlGroup
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
237
get { return RibbonControlService.
GetIsInControlGroup
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
87
get { return RibbonControlService.
GetIsInControlGroup
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonControl.cs (1)
103
get { return RibbonControlService.
GetIsInControlGroup
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
706
if (RibbonControlService.
GetIsInControlGroup
(d))
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
430
if (RibbonControlService.
GetIsInControlGroup
(parent))
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
256
get { return RibbonControlService.
GetIsInControlGroup
(this); }
298
if (_partToggleButton != null && RibbonControlService.
GetIsInControlGroup
(this))
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
252
get { return RibbonControlService.
GetIsInControlGroup
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
432
get { return RibbonControlService.
GetIsInControlGroup
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
259
get { return RibbonControlService.
GetIsInControlGroup
(this); }