3 writes to _attachedObjects
PresentationFramework (3)
MS\Internal\PtsHost\TextParagraph.cs (3)
80
_attachedObjects
= null;
826
UpdateEmbeddedObjectsCache(ref
_attachedObjects
, dcpStart, ddcpOld, ddcpNew - ddcpOld);
1070
SubmitEmbeddedObjects(ref
_attachedObjects
, dcpStart, dcpLim, attachedObjects);
20 references to _attachedObjects
PresentationFramework (20)
MS\Internal\PtsHost\TextParagraph.cs (20)
74
if(
_attachedObjects
!= null)
76
foreach(AttachedObject obj in
_attachedObjects
)
1170
if (
_attachedObjects
!= null)
1172
for (int index=0; index <
_attachedObjects
.Count; index++)
1174
_attachedObjects
[index].Para.ClearUpdateInfo();
1208
if(
_attachedObjects
!= null &&
_attachedObjects
.Count > 0)
1210
objectElement = (AnchoredBlock)(
_attachedObjects
[0].Element);
1237
if (
_attachedObjects
!= null)
1239
for (int index=0; index <
_attachedObjects
.Count; index++)
1241
BaseParagraph attachedObjectPara =
_attachedObjects
[index].Para;
1261
if (
_attachedObjects
!= null)
1263
for (int index=0; index <
_attachedObjects
.Count; index++)
1265
_attachedObjects
[index].Para.InvalidateFormatCache();
1397
return
_attachedObjects
!= null &&
_attachedObjects
.Count > 0;
1409
for(int index = 0;
_attachedObjects
!= null && index <
_attachedObjects
.Count; index++)
1411
AttachedObject attachedObject =
_attachedObjects
[index];
1770
internal List<AttachedObject> AttachedObjectDbg { get { return
_attachedObjects
; } }