4 references to TextProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\TextSearch.cs (4)
137element.SetValue(TextProperty, text); 153return (string)element.GetValue(TextProperty); 602string primaryText = (string)itemDO.GetValue(TextProperty); 777string text = (string)element.GetValue(TextProperty);