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