C2021-004 logic to support table cell shading

null reference check
This commit is contained in:
2021-11-18 19:32:25 +00:00
parent 884eda31e2
commit 2f07372641
3 changed files with 116 additions and 26 deletions

View File

@@ -52,6 +52,7 @@ namespace Volian.Controls.Library
_CountDisposed++;
_Disposed = true;
_MyBorders = null;
_MyShading = null;
_SpellChecker = null;
_tableCellEditor = null;
if (disposing && (components != null))