6 references to TextProperty
PresentationFramework (4)
System\Windows\Controls\TextSearch.cs (4)
113element.SetValue(TextProperty, text); 126return (string)element.GetValue(TextProperty); 576string primaryText = (string)itemDO.GetValue(TextProperty); 744string text = (string)element.GetValue(TextProperty);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\TextSearchInternal.cs (2)
596string primaryText = (string)itemDO.GetValue(TextSearch.TextProperty); 778string text = (string)element.GetValue(TextSearch.TextProperty);