2 references to SourceProperty
PresentationFramework (2)
System\Windows\Controls\SoundPlayerAction.cs (2)
77
get { return (Uri)GetValue(
SourceProperty
); }
78
set { SetValue(
SourceProperty
, value); }