5 references to OwnerDrawPropertyBag
System.Windows.Forms (5)
winforms\Managed\System\WinForms\OwnerDrawPropertyBag.cs (1)
122
OwnerDrawPropertyBag ret = new
OwnerDrawPropertyBag
();
winforms\Managed\System\WinForms\TreeNode.cs (3)
263
if (propBag==null) propBag = new
OwnerDrawPropertyBag
();
478
if (propBag == null) propBag = new
OwnerDrawPropertyBag
();
757
if (propBag==null) propBag = new
OwnerDrawPropertyBag
();
winforms\Managed\System\WinForms\TreeView.cs (1)
2885
OwnerDrawPropertyBag retval = new
OwnerDrawPropertyBag
();