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