6 references to TextProperty
PresentationFramework (4)
System\Windows\Controls\TextSearch.cs (4)
125element.SetValue(TextProperty, text); 138return (string)element.GetValue(TextProperty); 589string primaryText = (string)itemDO.GetValue(TextProperty); 760string text = (string)element.GetValue(TextProperty);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\TextSearchInternal.cs (2)
602string primaryText = (string)itemDO.GetValue(TextSearch.TextProperty); 785string text = (string)element.GetValue(TextSearch.TextProperty);