1 write to _parent
PresentationFramework (1)
System\Windows\Documents\FixedTextContainer.cs (1)
51
_parent
= parent;
3 references to _parent
PresentationFramework (3)
System\Windows\Documents\FixedTextContainer.cs (3)
248
get { return
_parent
; }
514
if (
_parent
is FixedDocument)
516
_fixedPanel = (FixedDocument)
_parent
;