5 references to ItemStringFormat
PresentationFramework (2)
System\Windows\Controls\HeaderedItemsControl.cs (2)
440
bool setItemStringFormat = (hTemplate.
ItemStringFormat
!= null);
443
ItemStringFormat = hTemplate.
ItemStringFormat
;
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
273
if (hTemplate == null || (hTemplate.ItemTemplate == null && string.IsNullOrEmpty(hTemplate.
ItemStringFormat
) && hTemplate.ItemTemplateSelector == null))
281
if (hTemplate == null || (string.IsNullOrEmpty(hTemplate.
ItemStringFormat
) && hTemplate.ItemTemplateSelector == null))
289
if (hTemplate == null || string.IsNullOrEmpty(hTemplate.
ItemStringFormat
))