2 writes to Source
PresentationCore (2)
Core\CSharp\System\Windows\Media\MediaTimeline.cs (2)
49
Source
= source;
60
Source
= source;
6 references to Source
PresentationCore (6)
Core\CSharp\System\Windows\Media\MediaClock.cs (3)
215
&& !Timeline.
Source
.IsAbsoluteUri)
217
toPlay = new Uri(baseUri, Timeline.
Source
);
225
toPlay = Timeline.
Source
;
Core\CSharp\System\Windows\Media\MediaTimeline.cs (3)
140
if (
Source
== null)
262
if (null ==
Source
)
265
return
Source
.ToString();