3 writes to _attachedObjects
PresentationFramework (3)
MS\Internal\PtsHost\TextParagraph.cs (3)
64
_attachedObjects
= null;
803
UpdateEmbeddedObjectsCache(ref
_attachedObjects
, dcpStart, ddcpOld, ddcpNew - ddcpOld);
1041
SubmitEmbeddedObjects(ref
_attachedObjects
, dcpStart, dcpLim, attachedObjects);
20 references to _attachedObjects
PresentationFramework (20)
MS\Internal\PtsHost\TextParagraph.cs (20)
58
if(
_attachedObjects
!= null)
60
foreach(AttachedObject obj in
_attachedObjects
)
1141
if (
_attachedObjects
!= null)
1143
for (int index=0; index <
_attachedObjects
.Count; index++)
1145
_attachedObjects
[index].Para.ClearUpdateInfo();
1179
if(
_attachedObjects
!= null &&
_attachedObjects
.Count > 0)
1181
objectElement = (AnchoredBlock)(
_attachedObjects
[0].Element);
1208
if (
_attachedObjects
!= null)
1210
for (int index=0; index <
_attachedObjects
.Count; index++)
1212
BaseParagraph attachedObjectPara =
_attachedObjects
[index].Para;
1232
if (
_attachedObjects
!= null)
1234
for (int index=0; index <
_attachedObjects
.Count; index++)
1236
_attachedObjects
[index].Para.InvalidateFormatCache();
1368
return
_attachedObjects
!= null &&
_attachedObjects
.Count > 0;
1380
for(int index = 0;
_attachedObjects
!= null && index <
_attachedObjects
.Count; index++)
1382
AttachedObject attachedObject =
_attachedObjects
[index];
1741
internal List<AttachedObject> AttachedObjectDbg { get { return
_attachedObjects
; } }