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