6 references to TextPathProperty
PresentationFramework (3)
System\Windows\Controls\TextSearch.cs (3)
82element.SetValue(TextPathProperty, path); 95return (string)element.GetValue(TextPathProperty); 555string primaryTextPath = (string)itemsControl.GetValue(TextPathProperty);
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\TextSearchInternal.cs (3)
554string primaryTextPath = (string)itemsControl.GetValue(TextSearch.TextPathProperty); 567primaryTextPath = (string)parentItemsControl.GetValue(TextSearch.TextPathProperty); 576primaryTextPath = (string)grandParentItemsControl.GetValue(TextSearch.TextPathProperty);