16 references to ControlSizeDefinitionProperty
System.Windows.Controls.Ribbon (16)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
230RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
215RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
65RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonContentPresenter));
Microsoft\Windows\Controls\Ribbon\RibbonControl.cs (1)
81RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonControl));
Microsoft\Windows\Controls\Ribbon\RibbonControlGroup.cs (1)
66RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonControlGroup), new FrameworkPropertyMetadata(OnControlSizeDefinitionChanged));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (3)
602return (RibbonControlSizeDefinition)element.GetValue(ControlSizeDefinitionProperty); 611element.SetValue(ControlSizeDefinitionProperty, value); 674d.CoerceValue(ControlSizeDefinitionProperty);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (3)
748element.ClearValue(RibbonControlService.ControlSizeDefinitionProperty); 1087element.ClearValue(RibbonControlService.ControlSizeDefinitionProperty); 1220d.ClearValue(RibbonControlService.ControlSizeDefinitionProperty);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
453child.ClearValue(RibbonControlService.ControlSizeDefinitionProperty);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
234RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
230RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
410RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
237RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonToggleButton));