1 write to _selectionChangeInstance
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
1992
_selectionChangeInstance
= new SelectionChanger(this);
2 references to _selectionChangeInstance
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
1990
if (
_selectionChangeInstance
== null)
1995
return
_selectionChangeInstance
;