3 writes to _attachedObjects
PresentationFramework (3)
MS\Internal\PtsHost\TextParagraph.cs (3)
73
_attachedObjects
= null;
819
UpdateEmbeddedObjectsCache(ref
_attachedObjects
, dcpStart, ddcpOld, ddcpNew - ddcpOld);
1063
SubmitEmbeddedObjects(ref
_attachedObjects
, dcpStart, dcpLim, attachedObjects);
20 references to _attachedObjects
PresentationFramework (20)
MS\Internal\PtsHost\TextParagraph.cs (20)
67
if(
_attachedObjects
!= null)
69
foreach(AttachedObject obj in
_attachedObjects
)
1163
if (
_attachedObjects
!= null)
1165
for (int index=0; index <
_attachedObjects
.Count; index++)
1167
_attachedObjects
[index].Para.ClearUpdateInfo();
1201
if(
_attachedObjects
!= null &&
_attachedObjects
.Count > 0)
1203
objectElement = (AnchoredBlock)(
_attachedObjects
[0].Element);
1230
if (
_attachedObjects
!= null)
1232
for (int index=0; index <
_attachedObjects
.Count; index++)
1234
BaseParagraph attachedObjectPara =
_attachedObjects
[index].Para;
1254
if (
_attachedObjects
!= null)
1256
for (int index=0; index <
_attachedObjects
.Count; index++)
1258
_attachedObjects
[index].Para.InvalidateFormatCache();
1390
return
_attachedObjects
!= null &&
_attachedObjects
.Count > 0;
1402
for(int index = 0;
_attachedObjects
!= null && index <
_attachedObjects
.Count; index++)
1404
AttachedObject attachedObject =
_attachedObjects
[index];
1763
internal List<AttachedObject> AttachedObjectDbg { get { return
_attachedObjects
; } }