18 references to TextProperty
PresentationFramework (16)
MS\Internal\Data\DisplayMemberTemplateSelector.cs (2)
50
text.SetBinding(TextBlock.
TextProperty
, binding);
65
text.SetBinding(TextBlock.
TextProperty
, binding);
System\Windows\Controls\ContentPresenter.cs (4)
64
text.SetValue(TextBlock.
TextProperty
, new TemplateBindingExtension(ContentProperty));
74
text.SetBinding(TextBlock.
TextProperty
, binding);
738
text.SetBinding(TextBlock.
TextProperty
, binding);
762
text.SetBinding(TextBlock.
TextProperty
, binding);
System\Windows\Controls\DataGridTextColumn.cs (1)
89
ApplyBinding(textBlock, TextBlock.
TextProperty
);
System\Windows\Controls\GridViewRowPresenter.cs (2)
318
cell.SetBinding(TextBlock.
TextProperty
, binding);
594
cell.SetBinding(TextBlock.
TextProperty
, binding);
System\Windows\Controls\TextBlock.cs (5)
590
get { return (string) GetValue(
TextProperty
); }
591
set { SetValue(
TextProperty
, value); }
611
(string)value == (string)textblock.GetValue(
TextProperty
))
3022
SetDeferredValue(
TextProperty
, new DeferredTextReference(this.TextContainer));
3381
object localValue = ReadLocalValue(
TextProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3554
DependencyProperty dp = System.Windows.Controls.TextBlock.
TextProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1904
return System.Windows.Controls.TextBlock.
TextProperty
;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
64
text.SetValue(TextBlock.
TextProperty
, new TemplateBindingExtension(ContentPresenter.ContentProperty));
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
206
TextBlock.
TextProperty
.AddOwner(typeof(RibbonTwoLineText),