2 writes to _itemsHost
PresentationFramework (2)
System\Windows\Controls\ItemsControl.cs (2)
1721
_itemsHost
= null;
1864
set {
_itemsHost
= value; }
3 references to _itemsHost
PresentationFramework (3)
System\Windows\Controls\ItemsControl.cs (3)
1862
return
_itemsHost
;
3321
if (
_itemsHost
== null)
3328
for (DependencyObject current =
_itemsHost
; current != this && current != null; current = VisualTreeHelper.GetParent(current))