Smrf.NodeXL.ExcelTemplate.TaskPane.AssertValid C# (CSharp) Method

AssertValid() private method

private AssertValid ( ) : void
return void
    AssertValid()
    {
        Debug.Assert(oNodeXLControl != null);
        Debug.Assert(m_oNodeXLWithAxesControl != null);
        Debug.Assert(m_oThisWorkbook != null);
        Debug.Assert(m_oWorkbook != null);
        Debug.Assert(m_oRibbon != null);
        Debug.Assert(m_iTemplateVersion > 0);

        Debug.Assert(m_oLayoutManagerForToolStripSplitButton != null);
        Debug.Assert(m_oLayoutManagerForContextMenu != null);

        // m_bHandlingLayoutChanged

        // m_iEnableGraphControlsCount
        // m_oEdgeRowIDDictionary
        // m_oVertexRowIDDictionary
        // m_oSaveGraphImageFileDialog

        if (m_oDynamicFilterDialog != null)
        {
            Debug.Assert( m_oDynamicFilterDialog.Tag is HashSet<Int32>[] );
        }

        // m_oReadabilityMetricsDialog
    }
TaskPane