7 writes to _firstChild
PresentationFramework (7)
MS\Internal\PtsHost\ContainerParagraph.cs (7)
55
_firstChild
= _lastFetchedChild = null;
95
_firstChild
= _ur.SyncPara;
122
_firstChild
= null;
143
_firstChild
= GetParagraph(textPointer, false);
915
_firstChild
= _lastFetchedChild = null;
947
_firstChild
= _lastFetchedChild = null;
1214
_firstChild
= null;
22 references to _firstChild
PresentationFramework (22)
MS\Internal\PtsHost\ContainerParagraph.cs (22)
46
BaseParagraph paraChild =
_firstChild
;
94
Invariant.Assert(
_firstChild
== null);
101
if (
_firstChild
!= null)
116
BaseParagraph paraInvalid =
_firstChild
;
129
if (_ur != null && _ur.InProcessing && _ur.FirstPara ==
_firstChild
)
131
_firstChild
.SetUpdateInfo(PTS.FSKCHANGE.fskchInside, false);
139
if (
_firstChild
== null)
146
if (_ur != null &&
_firstChild
!= null)
148
_firstChild
.SetUpdateInfo(PTS.FSKCHANGE.fskchNew, false);
158
_lastFetchedChild =
_firstChild
;
159
fSuccessful = PTS.FromBoolean(
_firstChild
!= null);
160
firstParaName = (
_firstChild
!= null) ?
_firstChild
.Handle : IntPtr.Zero;
289
fChangeFirst = PTS.FromBoolean((_ur != null) && (
_firstChild
== null ||
_firstChild
== _ur.FirstPara));
368
BaseParagraph para =
_firstChild
;
880
BaseParagraph paraChild =
_firstChild
;
906
paraChild =
_firstChild
;
921
paraChild =
_firstChild
;
971
BaseParagraph para =
_firstChild
;
1212
if (_ur.FirstPara ==
_firstChild
&& _ur.ChangeType == PTS.FSKCHANGE.fskchNew)
1235
BaseParagraph para =
_firstChild
;