3 writes to _attachedObjects
PresentationFramework (3)
MS\Internal\PtsHost\TextParagraph.cs (3)
63
_attachedObjects
= null;
802
UpdateEmbeddedObjectsCache(ref
_attachedObjects
, dcpStart, ddcpOld, ddcpNew - ddcpOld);
1040
SubmitEmbeddedObjects(ref
_attachedObjects
, dcpStart, dcpLim, attachedObjects);
20 references to _attachedObjects
PresentationFramework (20)
MS\Internal\PtsHost\TextParagraph.cs (20)
57
if(
_attachedObjects
!= null)
59
foreach(AttachedObject obj in
_attachedObjects
)
1140
if (
_attachedObjects
!= null)
1142
for (int index=0; index <
_attachedObjects
.Count; index++)
1144
_attachedObjects
[index].Para.ClearUpdateInfo();
1178
if(
_attachedObjects
!= null &&
_attachedObjects
.Count > 0)
1180
objectElement = (AnchoredBlock)(
_attachedObjects
[0].Element);
1207
if (
_attachedObjects
!= null)
1209
for (int index=0; index <
_attachedObjects
.Count; index++)
1211
BaseParagraph attachedObjectPara =
_attachedObjects
[index].Para;
1231
if (
_attachedObjects
!= null)
1233
for (int index=0; index <
_attachedObjects
.Count; index++)
1235
_attachedObjects
[index].Para.InvalidateFormatCache();
1367
return
_attachedObjects
!= null &&
_attachedObjects
.Count > 0;
1379
for(int index = 0;
_attachedObjects
!= null && index <
_attachedObjects
.Count; index++)
1381
AttachedObject attachedObject =
_attachedObjects
[index];
1740
internal List<AttachedObject> AttachedObjectDbg { get { return
_attachedObjects
; } }