1 write to _parent
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
55
_parent
= parent;
3 references to _parent
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (3)
252
get { return
_parent
; }
521
if (
_parent
is FixedDocument)
523
_fixedPanel = (FixedDocument)
_parent
;