1 write to _delegate
System.Speech (1)
Internal\Synthesis\AudioDeviceOut.cs (1)
23_delegate = new Interop.WinMM.WaveOutProc(CallBackProc);
1 reference to _delegate
System.Speech (1)
Internal\Synthesis\AudioDeviceOut.cs (1)
74result = Interop.WinMM.waveOutOpen(ref _hwo, _curDevice, wfx, _delegate, IntPtr.Zero, Interop.WinMM.CALLBACK_FUNCTION);