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