1 write to _fixedNode
PresentationFramework (1)
System\Windows\Documents\FixedPosition.cs (1)
28_fixedNode = fixedNode;
3 references to _fixedNode
PresentationFramework (3)
System\Windows\Documents\FixedPosition.cs (3)
46return string.Create(CultureInfo.InvariantCulture, $"FN[{_fixedNode}]-Offset[{_offset}]"); 82return _fixedNode.Page; 91return _fixedNode;