10 references to CanContentScrollProperty
PresentationFramework (10)
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
321ScrollViewer.CanContentScrollProperty.AddOwner(
src\Framework\System\Windows\Controls\ScrollViewer.cs (7)
315get { return (bool)GetValue(CanContentScrollProperty); } 316set { SetValue(CanContentScrollProperty, value); } 469element.SetValue(CanContentScrollProperty, canContentScroll); 482return ((bool)element.GetValue(CanContentScrollProperty)); 1388BindToTemplatedParent(CanContentScrollProperty); 2755content.SetValue(CanContentScrollProperty, new TemplateBindingExtension(CanContentScrollProperty));
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3325DependencyProperty dp = System.Windows.Controls.ScrollViewer.CanContentScrollProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1877return System.Windows.Controls.ScrollViewer.CanContentScrollProperty;