3 references to TextPathProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\TextSearch.cs (3)
99
element.SetValue(
TextPathProperty
, path);
115
return (string)element.GetValue(
TextPathProperty
);
580
string primaryTextPath = (string)itemsControl.GetValue(
TextPathProperty
);