9 references to GetLargeImageSource
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
86get { return RibbonControlService.GetLargeImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
85get { return RibbonControlService.GetLargeImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
197get { return (_templateRoot != null) ? (RibbonControlService.GetLargeImageSource(_templateRoot) != null) : false; }
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
692if (RibbonControlService.GetLargeImageSource(d) != null)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
316get { return RibbonControlService.GetLargeImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
105get { return RibbonControlService.GetLargeImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
85get { return RibbonControlService.GetLargeImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
280get { return RibbonControlService.GetLargeImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
92get { return RibbonControlService.GetLargeImageSource(this); }