14 references to ContentProperty
PresentationFramework (13)
System\Windows\Controls\ContentPresenter.cs (4)
47text.SetValue(AccessText.TextProperty, new TemplateBindingExtension(ContentProperty)); 55text.SetValue(TextBlock.TextProperty, new TemplateBindingExtension(ContentProperty)); 451InvalidateProperty(ContentProperty); 595if (_contentIsItem || !HasNonDefaultValue(ContentProperty))
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
178ApplyContentBinding(innerContentPresenter, ContentPresenter.ContentProperty);
System\Windows\Controls\DataGridTemplateColumn.cs (1)
168BindingOperations.SetBinding(contentPresenter, ContentPresenter.ContentProperty, new Binding());
System\Windows\Data\BindingExpression.cs (1)
705(TargetProperty == ContentPresenter.ContentProperty &&
System\Windows\Data\BindingExpressionBase.cs (1)
2089targetDP == ContentPresenter.ContentProperty ||
System\Windows\FrameworkElementFactory.cs (2)
1172if (!String.IsNullOrEmpty(prefix) && !IsValueDefined(ContentPresenter.ContentProperty)) 1192SetValue(ContentPresenter.ContentProperty, new TemplateBindingExtension(dpContent));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2024DependencyProperty dp = System.Windows.Controls.ContentPresenter.ContentProperty;
System\Windows\Markup\KnownTypes.cs (1)
1718return System.Windows.Controls.ContentPresenter.ContentProperty;
System\Windows\TemplateContent.cs (1)
1250pv.Property = ContentPresenter.ContentProperty;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
62text.SetValue(TextBlock.TextProperty, new TemplateBindingExtension(ContentPresenter.ContentProperty));