14 references to GetControlSizeDefinition
System.Windows.Controls.Ribbon (14)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (1)
157RibbonControlSizeDefinition controlDef = RibbonControlService.GetControlSizeDefinition(child);
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
240get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
224get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
77get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonControl.cs (1)
92get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonControlGroup.cs (1)
76get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
671if (GetControlSizeDefinition(d) == e.OldValue)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
440RibbonControlSizeDefinition controlSizeDefinition = RibbonControlService.GetControlSizeDefinition(parent); 2631RibbonControlSizeDefinition controlSizeDefinition = RibbonControlService.GetControlSizeDefinition(element); 2678RibbonControlSizeDefinition controlSizeDefinition = RibbonControlService.GetControlSizeDefinition(element);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
244get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
239get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
419get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
246get { return RibbonControlService.GetControlSizeDefinition(this); }