1 write to _iface
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\SelectionItemProviderWrapper.cs (1)
53
_iface
= iface;
5 references to _iface
PresentationCore (5)
Core\CSharp\MS\Internal\Automation\SelectionItemProviderWrapper.cs (5)
126
_iface
.Select();
132
_iface
.AddToSelection();
138
_iface
.RemoveFromSelection();
144
return
_iface
.IsSelected;
149
return
_iface
.SelectionContainer;