10 references to LargeImageSourceProperty
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
76RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
76RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
47return (ImageSource)element.GetValue(LargeImageSourceProperty); 56element.SetValue(LargeImageSourceProperty, value);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
306RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonGroup));
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1712new PropertyAndTransferMode () { Property = RibbonControlService.LargeImageSourceProperty, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
95RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
76RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
271RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
83RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonToggleButton));