21 references to TextProperty
PresentationFramework (16)
src\Framework\MS\Internal\Data\DisplayMemberTemplateSelector.cs (2)
52
text.SetBinding(TextBlock.
TextProperty
, binding);
67
text.SetBinding(TextBlock.
TextProperty
, binding);
src\Framework\System\Windows\Controls\ContentPresenter.cs (4)
66
text.SetValue(TextBlock.
TextProperty
, new TemplateBindingExtension(ContentProperty));
76
text.SetBinding(TextBlock.
TextProperty
, binding);
740
text.SetBinding(TextBlock.
TextProperty
, binding);
764
text.SetBinding(TextBlock.
TextProperty
, binding);
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (1)
90
ApplyBinding(textBlock, TextBlock.
TextProperty
);
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (2)
320
cell.SetBinding(TextBlock.
TextProperty
, binding);
597
cell.SetBinding(TextBlock.
TextProperty
, binding);
src\Framework\System\Windows\Controls\TextBlock.cs (5)
614
get { return (string) GetValue(
TextProperty
); }
615
set { SetValue(
TextProperty
, value); }
635
(string)value == (string)textblock.GetValue(
TextProperty
))
3111
SetDeferredValue(
TextProperty
, new DeferredTextReference(this.TextContainer));
3370
object localValue = ReadLocalValue(
TextProperty
);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3546
DependencyProperty dp = System.Windows.Controls.TextBlock.
TextProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1903
return System.Windows.Controls.TextBlock.
TextProperty
;
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\StateContainerEditor.Utilities.cs (1)
71
toolTip.SetBinding(TextBlock.
TextProperty
, new Binding()
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (1)
38
private static string _textBlockTextPropertyName = System.Windows.Controls.TextBlock.
TextProperty
.Name;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelUtilities.cs (1)
77
property.Name.Equals(System.Windows.Controls.TextBlock.
TextProperty
.Name)))
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
74
this.text.SetBinding(TextBlock.
TextProperty
, "HintText");
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
90
text.SetBinding(TextBlock.
TextProperty
, "HintText");