3 writes to _attachedObjects
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (3)
84
_attachedObjects
= null;
833
UpdateEmbeddedObjectsCache(ref
_attachedObjects
, dcpStart, ddcpOld, ddcpNew - ddcpOld);
1078
SubmitEmbeddedObjects(ref
_attachedObjects
, dcpStart, dcpLim, attachedObjects);
19 references to _attachedObjects
PresentationFramework (19)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (19)
78
if(
_attachedObjects
!= null)
80
foreach(AttachedObject obj in
_attachedObjects
)
1178
if (
_attachedObjects
!= null)
1180
for (int index=0; index <
_attachedObjects
.Count; index++)
1182
_attachedObjects
[index].Para.ClearUpdateInfo();
1216
if(
_attachedObjects
!= null &&
_attachedObjects
.Count > 0)
1218
objectElement = (AnchoredBlock)(
_attachedObjects
[0].Element);
1245
if (
_attachedObjects
!= null)
1247
for (int index=0; index <
_attachedObjects
.Count; index++)
1249
BaseParagraph attachedObjectPara =
_attachedObjects
[index].Para;
1269
if (
_attachedObjects
!= null)
1271
for (int index=0; index <
_attachedObjects
.Count; index++)
1273
_attachedObjects
[index].Para.InvalidateFormatCache();
1405
return
_attachedObjects
!= null &&
_attachedObjects
.Count > 0;
1417
for(int index = 0;
_attachedObjects
!= null && index <
_attachedObjects
.Count; index++)
1419
AttachedObject attachedObject =
_attachedObjects
[index];