1 write to _selectionChangeInstance
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
1947
_selectionChangeInstance
= new SelectionChanger(this);
2 references to _selectionChangeInstance
PresentationFramework (2)
System\Windows\Controls\Primitives\Selector.cs (2)
1945
if (
_selectionChangeInstance
== null)
1950
return
_selectionChangeInstance
;