1 write to _empty
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
3192
_empty
= new ItemNavigateArgs(null, ModifierKeys.None);;
2 references to _empty
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemsControl.cs (2)
3190
if (
_empty
== null)
3194
return
_empty
;