1 write to _offset
PresentationFramework (1)
src\Framework\System\Windows\Media\Animation\SeekStoryboard.cs (1)
40
_offset
= value;
2 references to _offset
PresentationFramework (2)
src\Framework\System\Windows\Media\Animation\SeekStoryboard.cs (2)
31
return
_offset
;
52
return !(TimeSpan.Zero.Equals(
_offset
));