14 references to ContentProperty
PresentationFramework (13)
System\Windows\Controls\ContentPresenter.cs (4)
56
text.SetValue(AccessText.TextProperty, new TemplateBindingExtension(
ContentProperty
));
64
text.SetValue(TextBlock.TextProperty, new TemplateBindingExtension(
ContentProperty
));
460
InvalidateProperty(
ContentProperty
);
604
if (_contentIsItem || !HasNonDefaultValue(
ContentProperty
))
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
185
ApplyContentBinding(innerContentPresenter, ContentPresenter.
ContentProperty
);
System\Windows\Controls\DataGridTemplateColumn.cs (1)
172
BindingOperations.SetBinding(contentPresenter, ContentPresenter.
ContentProperty
, new Binding());
System\Windows\Data\BindingExpression.cs (1)
714
(TargetProperty == ContentPresenter.
ContentProperty
&&
System\Windows\Data\BindingExpressionBase.cs (1)
2097
targetDP == ContentPresenter.
ContentProperty
||
System\Windows\FrameworkElementFactory.cs (2)
1180
if (!String.IsNullOrEmpty(prefix) && !IsValueDefined(ContentPresenter.
ContentProperty
))
1200
SetValue(ContentPresenter.
ContentProperty
, new TemplateBindingExtension(dpContent));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2026
DependencyProperty dp = System.Windows.Controls.ContentPresenter.
ContentProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1718
return System.Windows.Controls.ContentPresenter.
ContentProperty
;
System\Windows\TemplateContent.cs (1)
1253
pv.Property = ContentPresenter.
ContentProperty
;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
64
text.SetValue(TextBlock.TextProperty, new TemplateBindingExtension(ContentPresenter.
ContentProperty
));