public void Dispose() { segmentFFCommentsBeforeSegBreakEdit = null; m_para = null; if (m_tests != null) { m_tests.m_segFFvalidationHelper = null; m_tests = null; } segmentsBeforeSegBreakEdit = null; segmentsAfterSegBreakEdit = null; }
internal SegmentFreeFormAnnotationValidationHelper(TextEditingTestsWithAnnotations_FullyAnalyzed tests, StTxtPara para) : this(para) { m_tests = tests; m_tests.m_segFFvalidationHelper = this; }