1 write to _fixedNodes
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMContainer.cs (1)
222_fixedNodes = new List<FixedNode>();
4 references to _fixedNodes
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedSOMContainer.cs (4)
208if (_fixedNodes == null) 212return _fixedNodes; 228_fixedNodes.Add(element.FixedNode); 237_fixedNodes.Add(node);