11 references to GetIsInControlGroup
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
251
get { return RibbonControlService.
GetIsInControlGroup
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
236
get { return RibbonControlService.
GetIsInControlGroup
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
86
get { return RibbonControlService.
GetIsInControlGroup
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonControl.cs (1)
102
get { return RibbonControlService.
GetIsInControlGroup
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
702
if (RibbonControlService.
GetIsInControlGroup
(d))
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
433
if (RibbonControlService.
GetIsInControlGroup
(parent))
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
255
get { return RibbonControlService.
GetIsInControlGroup
(this); }
297
if (_partToggleButton != null && RibbonControlService.
GetIsInControlGroup
(this))
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
251
get { return RibbonControlService.
GetIsInControlGroup
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
431
get { return RibbonControlService.
GetIsInControlGroup
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
258
get { return RibbonControlService.
GetIsInControlGroup
(this); }