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