3 references to BeginTimeProperty
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Timeline.cs (2)
306return (TimeSpan?)GetValue(BeginTimeProperty); 310SetValue(BeginTimeProperty, value);
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6624DependencyProperty dp = System.Windows.Media.Animation.Timeline.BeginTimeProperty;