2 instantiations of SoundPlayerAction
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10118
DefaultConstructor = delegate () { return new System.Windows.Controls.
SoundPlayerAction
(); }
System\Windows\Markup\KnownTypes.cs (1)
1537
case KnownElements.SoundPlayerAction: o = new System.Windows.Controls.
SoundPlayerAction
(); break;
6 references to SoundPlayerAction
PresentationFramework (6)
System\Windows\Controls\SoundPlayerAction.cs (3)
55
typeof(
SoundPlayerAction
),
70
SoundPlayerAction
soundPlayerAction = (
SoundPlayerAction
)d;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
673
case 579: t = () => typeof(
SoundPlayerAction
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10115
typeof(System.Windows.Controls.
SoundPlayerAction
),
System\Windows\Markup\KnownTypes.cs (1)
6127
case KnownElements.SoundPlayerAction: t = typeof(System.Windows.Controls.
SoundPlayerAction
); break;