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