1 write to _next
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
2863
public ItemBlock Next { get { return _next; } set {
_next
= value; } }
1 reference to _next
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
2863
public ItemBlock Next { get { return
_next
; } set { _next = value; } }