5 references to ViewportSizeProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\Track.cs (3)
327
get { return (double)GetValue(
ViewportSizeProperty
); }
328
set { SetValue(
ViewportSizeProperty
, value); }
737
BindToTemplatedParent(
ViewportSizeProperty
, ScrollBar.ViewportSizeProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3876
DependencyProperty dp = System.Windows.Controls.Primitives.Track.
ViewportSizeProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1942
return System.Windows.Controls.Primitives.Track.
ViewportSizeProperty
;