16 references to ContentProperty
PresentationFramework (13)
src\Framework\System\Windows\Controls\ContentPresenter.cs (4)
58text.SetValue(AccessText.TextProperty, new TemplateBindingExtension(ContentProperty)); 66text.SetValue(TextBlock.TextProperty, new TemplateBindingExtension(ContentProperty)); 462InvalidateProperty(ContentProperty); 606if (_contentIsItem || !HasNonDefaultValue(ContentProperty))
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
186ApplyContentBinding(innerContentPresenter, ContentPresenter.ContentProperty);
src\Framework\System\Windows\Controls\DataGridTemplateColumn.cs (1)
173BindingOperations.SetBinding(contentPresenter, ContentPresenter.ContentProperty, new Binding());
src\Framework\System\Windows\Data\BindingExpression.cs (1)
713(TargetProperty == ContentPresenter.ContentProperty &&
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
2088targetDP == ContentPresenter.ContentProperty ||
src\Framework\System\Windows\FrameworkElementFactory.cs (2)
1204if (!String.IsNullOrEmpty(prefix) && !IsValueDefined(ContentPresenter.ContentProperty)) 1224SetValue(ContentPresenter.ContentProperty, new TemplateBindingExtension(dpContent));
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2018DependencyProperty dp = System.Windows.Controls.ContentPresenter.ContentProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1719return System.Windows.Controls.ContentPresenter.ContentProperty;
src\Framework\System\Windows\TemplateContent.cs (1)
1317pv.Property = ContentPresenter.ContentProperty;
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryLayoutContainer.cs (1)
26contentPresenter.SetBinding(ContentPresenter.ContentProperty, contentBinding);
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
740contentPresenterFactory.SetBinding(ContentPresenter.ContentProperty, new Binding());
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (1)
291this.presenter.SetBinding(ContentPresenter.ContentProperty, binding);