1 write to _contentUI
System.Windows.Forms.Design (1)
System\Drawing\Design\ContentAlignmentEditor.cs (1)
26
_contentUI
??= new ContentUI();
4 references to _contentUI
System.Windows.Forms.Design (4)
System\Drawing\Design\ContentAlignmentEditor.cs (4)
28
_contentUI
.Start(editorService, value);
29
editorService.DropDownControl(
_contentUI
);
30
value =
_contentUI
.Value;
31
_contentUI
.End();