10 references to LargeImageSourceProperty
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
79RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
78RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
54return (ImageSource)element.GetValue(LargeImageSourceProperty); 63element.SetValue(LargeImageSourceProperty, value);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
309RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonGroup));
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1717new PropertyAndTransferMode () { Property = RibbonControlService.LargeImageSourceProperty, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
98RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
78RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
273RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
85RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonToggleButton));