private void TestReceiveSelectionCallbacks() { bool b; m_read.SetReceiveSelectionCallbacks(true); m_read.GetReceiveSelectionCallbacks(out b); Debug.Assert(b); }