5 references to ContentSourceProperty
PresentationFramework (5)
System\Windows\Controls\ContentPresenter.cs (2)
428get { return GetValue(ContentSourceProperty) as string; } 429set { SetValue(ContentSourceProperty, value); }
System\Windows\FrameworkElementFactory.cs (1)
1166object o = GetValue(ContentPresenter.ContentSourceProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2070DependencyProperty dp = System.Windows.Controls.ContentPresenter.ContentSourceProperty;
System\Windows\Markup\KnownTypes.cs (1)
1714return System.Windows.Controls.ContentPresenter.ContentSourceProperty;