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