2 writes to _editorParts
System.Web (2)
UI\WebParts\EditorZoneBase.cs (2)
130
_editorParts
= editorParts;
285
_editorParts
= null;
2 references to _editorParts
System.Web (2)
UI\WebParts\EditorZoneBase.cs (2)
111
if (
_editorParts
== null) {
137
return
_editorParts
;