2 instantiations of SoundPlayerAction
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9135
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
SoundPlayerAction
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1544
case KnownElements.SoundPlayerAction: o = new System.Windows.Controls.
SoundPlayerAction
(); break;
6 references to SoundPlayerAction
PresentationFramework (6)
src\Framework\System\Windows\Controls\SoundPlayerAction.cs (3)
69
typeof(
SoundPlayerAction
),
84
SoundPlayerAction
soundPlayerAction = (
SoundPlayerAction
)d;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
671
case 579: t = () => typeof(
SoundPlayerAction
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9133
typeof(System.Windows.Controls.
SoundPlayerAction
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6123
case KnownElements.SoundPlayerAction: t = typeof(System.Windows.Controls.
SoundPlayerAction
); break;