3 references to Copy
System.Windows.Forms (1)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (1)
1392
node._propBag = OwnerDrawPropertyBag.
Copy
(_propBag);
System.Windows.Forms.Tests (2)
System\Windows\Forms\OwnerDrawPropertyBagTests.cs (2)
83
OwnerDrawPropertyBag bag = OwnerDrawPropertyBag.
Copy
(value);
96
OwnerDrawPropertyBag bag = OwnerDrawPropertyBag.
Copy
(value);