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