7 writes to _firstChild
PresentationFramework (7)
MS\Internal\PtsHost\ContainerParagraph.cs (7)
68
_firstChild
= _lastFetchedChild = null;
108
_firstChild
= _ur.SyncPara;
135
_firstChild
= null;
156
_firstChild
= GetParagraph(textPointer, false);
933
_firstChild
= _lastFetchedChild = null;
965
_firstChild
= _lastFetchedChild = null;
1232
_firstChild
= null;
22 references to _firstChild
PresentationFramework (22)
MS\Internal\PtsHost\ContainerParagraph.cs (22)
59
BaseParagraph paraChild =
_firstChild
;
107
Invariant.Assert(
_firstChild
== null);
114
if (
_firstChild
!= null)
129
BaseParagraph paraInvalid =
_firstChild
;
142
if (_ur != null && _ur.InProcessing && _ur.FirstPara ==
_firstChild
)
144
_firstChild
.SetUpdateInfo(PTS.FSKCHANGE.fskchInside, false);
152
if (
_firstChild
== null)
159
if (_ur != null &&
_firstChild
!= null)
161
_firstChild
.SetUpdateInfo(PTS.FSKCHANGE.fskchNew, false);
171
_lastFetchedChild =
_firstChild
;
172
fSuccessful = PTS.FromBoolean(
_firstChild
!= null);
173
firstParaName = (
_firstChild
!= null) ?
_firstChild
.Handle : IntPtr.Zero;
302
fChangeFirst = PTS.FromBoolean((_ur != null) && (
_firstChild
== null ||
_firstChild
== _ur.FirstPara));
381
BaseParagraph para =
_firstChild
;
898
BaseParagraph paraChild =
_firstChild
;
924
paraChild =
_firstChild
;
939
paraChild =
_firstChild
;
989
BaseParagraph para =
_firstChild
;
1230
if (_ur.FirstPara ==
_firstChild
&& _ur.ChangeType == PTS.FSKCHANGE.fskchNew)
1252
BaseParagraph para =
_firstChild
;