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