9 references to GetLargeImageSource
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
83get { return RibbonControlService.GetLargeImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
83get { return RibbonControlService.GetLargeImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
192get { return (_templateRoot != null) ? (RibbonControlService.GetLargeImageSource(_templateRoot) != null) : false; }
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
685if (RibbonControlService.GetLargeImageSource(d) != null)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
313get { return RibbonControlService.GetLargeImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
102get { return RibbonControlService.GetLargeImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
83get { return RibbonControlService.GetLargeImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
278get { return RibbonControlService.GetLargeImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
90get { return RibbonControlService.GetLargeImageSource(this); }