5 references to ViewportSizeProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\Track.cs (3)
311
get { return (double)GetValue(
ViewportSizeProperty
); }
312
set { SetValue(
ViewportSizeProperty
, value); }
715
BindToTemplatedParent(
ViewportSizeProperty
, ScrollBar.ViewportSizeProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4065
DependencyProperty dp = System.Windows.Controls.Primitives.Track.
ViewportSizeProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1935
return System.Windows.Controls.Primitives.Track.
ViewportSizeProperty
;