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