5 references to ItemStringFormat
PresentationFramework (2)
System\Windows\Controls\HeaderedItemsControl.cs (2)
446bool setItemStringFormat = (hTemplate.ItemStringFormat != null); 449ItemStringFormat = hTemplate.ItemStringFormat;
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
275if (hTemplate == null || (hTemplate.ItemTemplate == null && string.IsNullOrEmpty(hTemplate.ItemStringFormat) && hTemplate.ItemTemplateSelector == null)) 283if (hTemplate == null || (string.IsNullOrEmpty(hTemplate.ItemStringFormat) && hTemplate.ItemTemplateSelector == null)) 291if (hTemplate == null || string.IsNullOrEmpty(hTemplate.ItemStringFormat))