16 references to ControlSizeDefinitionProperty
System.Windows.Controls.Ribbon (16)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
233RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
217RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
70RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonContentPresenter));
Microsoft\Windows\Controls\Ribbon\RibbonControl.cs (1)
85RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonControl));
Microsoft\Windows\Controls\Ribbon\RibbonControlGroup.cs (1)
69RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonControlGroup), new FrameworkPropertyMetadata(OnControlSizeDefinitionChanged));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (3)
609return (RibbonControlSizeDefinition)element.GetValue(ControlSizeDefinitionProperty); 618element.SetValue(ControlSizeDefinitionProperty, value); 684d.CoerceValue(ControlSizeDefinitionProperty);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (3)
757element.ClearValue(RibbonControlService.ControlSizeDefinitionProperty); 1099element.ClearValue(RibbonControlService.ControlSizeDefinitionProperty); 1232d.ClearValue(RibbonControlService.ControlSizeDefinitionProperty);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
454child.ClearValue(RibbonControlService.ControlSizeDefinitionProperty);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
237RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
232RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
412RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
239RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonToggleButton));