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