6 references to TextPathProperty
PresentationFramework (3)
System\Windows\Controls\TextSearch.cs (3)
93element.SetValue(TextPathProperty, path); 106return (string)element.GetValue(TextPathProperty); 567string primaryTextPath = (string)itemsControl.GetValue(TextPathProperty);
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\TextSearchInternal.cs (3)
559string primaryTextPath = (string)itemsControl.GetValue(TextSearch.TextPathProperty); 572primaryTextPath = (string)parentItemsControl.GetValue(TextSearch.TextPathProperty); 581primaryTextPath = (string)grandParentItemsControl.GetValue(TextSearch.TextPathProperty);