5 references to ViewportSizeProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\Track.cs (3)
316
get { return (double)GetValue(
ViewportSizeProperty
); }
317
set { SetValue(
ViewportSizeProperty
, value); }
730
BindToTemplatedParent(
ViewportSizeProperty
, ScrollBar.ViewportSizeProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4066
DependencyProperty dp = System.Windows.Controls.Primitives.Track.
ViewportSizeProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1936
return System.Windows.Controls.Primitives.Track.
ViewportSizeProperty
;