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