5 instantiations of OwnerDrawPropertyBag
System.Windows.Forms (5)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (3)
212
_propBag ??= new
OwnerDrawPropertyBag
();
438
_propBag ??= new
OwnerDrawPropertyBag
();
764
_propBag ??= new
OwnerDrawPropertyBag
();
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2866
OwnerDrawPropertyBag retval =
new
();
System\Windows\Forms\OwnerDrawPropertyBag.cs (1)
73
OwnerDrawPropertyBag result =
new
();
11 references to OwnerDrawPropertyBag
System.Windows.Forms (11)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (5)
35
internal
OwnerDrawPropertyBag
? _propBag;
1389
node._propBag =
OwnerDrawPropertyBag
.Copy(_propBag);
1497
_propBag = (
OwnerDrawPropertyBag
?)serializationInfo.GetValue(entry.Name, typeof(
OwnerDrawPropertyBag
));
2052
si.AddValue("PropBag", _propBag, typeof(
OwnerDrawPropertyBag
));
System\Windows\Forms\Controls\TreeView\TreeView.cs (3)
2765
OwnerDrawPropertyBag
renderinfo = GetItemRenderStyles(node, (int)state);
2864
protected
OwnerDrawPropertyBag
GetItemRenderStyles(TreeNode? node, int state)
2866
OwnerDrawPropertyBag
retval = new();
System\Windows\Forms\OwnerDrawPropertyBag.cs (3)
69
public static
OwnerDrawPropertyBag
Copy(
OwnerDrawPropertyBag
? value)
73
OwnerDrawPropertyBag
result = new();