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