3 writes to Predecessors
PresentationFramework (3)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (3)
277Predecessors = null; 310entry.Predecessors = _entries[existingIndex].Predecessors; 344keyEntry.Predecessors = new List<int>();
5 references to Predecessors
PresentationFramework (5)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (5)
310entry.Predecessors = _entries[existingIndex].Predecessors; 342if (keyEntry.Predecessors == null) 346keyEntry.Predecessors.Add(predIndex); 387if (_entries[index].Predecessors != null) 389foreach (int predIndex in _entries[index].Predecessors)