1 write to _iface
PresentationCore (1)
MS\Internal\Automation\SelectionItemProviderWrapper.cs (1)
50
_iface
= iface;
5 references to _iface
PresentationCore (5)
MS\Internal\Automation\SelectionItemProviderWrapper.cs (5)
123
_iface
.Select();
129
_iface
.AddToSelection();
135
_iface
.RemoveFromSelection();
141
return
_iface
.IsSelected;
146
return
_iface
.SelectionContainer;