1 instantiation of DocComment
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
249doccomment = new DocComment(this);
2 references to DocComment
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
39private DocComment doccomment;
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (1)
257public DocCommentAccessibleObject(DocComment owningDocComment, PropertyGrid parentPropertyGrid) : base(owningDocComment) {