14 references to GetControlSizeDefinition
System.Windows.Controls.Ribbon (14)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (1)
154RibbonControlSizeDefinition controlDef = RibbonControlService.GetControlSizeDefinition(child);
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
236get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
221get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
71get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonControl.cs (1)
87get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonControlGroup.cs (1)
72get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
663if (GetControlSizeDefinition(d) == e.OldValue)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
438RibbonControlSizeDefinition controlSizeDefinition = RibbonControlService.GetControlSizeDefinition(parent); 2611RibbonControlSizeDefinition controlSizeDefinition = RibbonControlService.GetControlSizeDefinition(element); 2658RibbonControlSizeDefinition controlSizeDefinition = RibbonControlService.GetControlSizeDefinition(element);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
240get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
236get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
416get { return RibbonControlService.GetControlSizeDefinition(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
243get { return RibbonControlService.GetControlSizeDefinition(this); }