2 writes to _itemsHost
PresentationFramework (2)
System\Windows\Controls\ItemsControl.cs (2)
1712
_itemsHost
= null;
1855
set {
_itemsHost
= value; }
3 references to _itemsHost
PresentationFramework (3)
System\Windows\Controls\ItemsControl.cs (3)
1853
return
_itemsHost
;
3312
if (
_itemsHost
== null)
3319
for (DependencyObject current =
_itemsHost
; current != this && current != null; current = VisualTreeHelper.GetParent(current))