5 references to ContentSourceProperty
PresentationFramework (5)
System\Windows\Controls\ContentPresenter.cs (2)
435get { return GetValue(ContentSourceProperty) as string; } 436set { SetValue(ContentSourceProperty, value); }
System\Windows\FrameworkElementFactory.cs (1)
1176object o = GetValue(ContentPresenter.ContentSourceProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2044DependencyProperty dp = System.Windows.Controls.ContentPresenter.ContentSourceProperty;
System\Windows\Markup\KnownTypes.cs (1)
1720return System.Windows.Controls.ContentPresenter.ContentSourceProperty;