5 references to ViewportSizeProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (2)
103
get { return (double)GetValue(
ViewportSizeProperty
); }
104
set { SetValue(
ViewportSizeProperty
, value); }
src\Framework\System\Windows\Controls\Primitives\Track.cs (1)
739
BindToTemplatedParent(ViewportSizeProperty, ScrollBar.
ViewportSizeProperty
);
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
2762
hsb.SetValue(ScrollBar.
ViewportSizeProperty
, new TemplateBindingExtension(ViewportWidthProperty));
2772
vsb.SetValue(ScrollBar.
ViewportSizeProperty
, new TemplateBindingExtension(ViewportHeightProperty));