5 references to ItemStringFormat
PresentationFramework (2)
System\Windows\Controls\HeaderedItemsControl.cs (2)
441bool setItemStringFormat = (hTemplate.ItemStringFormat != null); 444ItemStringFormat = hTemplate.ItemStringFormat;
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
274if (hTemplate == null || (hTemplate.ItemTemplate == null && string.IsNullOrEmpty(hTemplate.ItemStringFormat) && hTemplate.ItemTemplateSelector == null)) 282if (hTemplate == null || (string.IsNullOrEmpty(hTemplate.ItemStringFormat) && hTemplate.ItemTemplateSelector == null)) 290if (hTemplate == null || string.IsNullOrEmpty(hTemplate.ItemStringFormat))