2 writes to _itemsHost
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemsControl.cs (2)
1724
_itemsHost
= null;
1867
set {
_itemsHost
= value; }
3 references to _itemsHost
PresentationFramework (3)
src\Framework\System\Windows\Controls\ItemsControl.cs (3)
1865
return
_itemsHost
;
3252
if (
_itemsHost
== null)
3259
for (DependencyObject current =
_itemsHost
; current != this && current != null; current = VisualTreeHelper.GetParent(current))