1 write to _fixedPanel
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
523
_fixedPanel
= (FixedDocument)_parent;
2 references to _fixedPanel
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (2)
519
if (
_fixedPanel
== null)
527
return
_fixedPanel
;