14 references to GetControlSizeDefinition
System.Windows.Controls.Ribbon (14)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (1)
155RibbonControlSizeDefinition controlDef = RibbonControlService.GetControlSizeDefinition(child);
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
237get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
222get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
72get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonControl.cs (1)
88get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonControlGroup.cs (1)
73get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
664if (GetControlSizeDefinition(d) == e.OldValue)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
435RibbonControlSizeDefinition controlSizeDefinition = RibbonControlService.GetControlSizeDefinition(parent); 2626RibbonControlSizeDefinition controlSizeDefinition = RibbonControlService.GetControlSizeDefinition(element); 2673RibbonControlSizeDefinition controlSizeDefinition = RibbonControlService.GetControlSizeDefinition(element);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
241get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
237get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
417get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
244get { return RibbonControlService.GetControlSizeDefinition(this); }