6 references to TextProperty
PresentationFramework (4)
System\Windows\Controls\TextSearch.cs (4)
114element.SetValue(TextProperty, text); 127return (string)element.GetValue(TextProperty); 577string primaryText = (string)itemDO.GetValue(TextProperty); 745string text = (string)element.GetValue(TextProperty);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\TextSearchInternal.cs (2)
597string primaryText = (string)itemDO.GetValue(TextSearch.TextProperty); 779string text = (string)element.GetValue(TextSearch.TextProperty);