15 references to cAttachedObjects
PresentationFramework (15)
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (15)
141if (textDetails.u.full.cAttachedObjects > 0)
143ValidateVisualFloatersAndFigures(fskupdInherited, textDetails.u.full.cAttachedObjects);
191int attachedObjectCount = textDetails.u.full.cAttachedObjects;
310if (textDetails.u.full.cAttachedObjects > 0)
313PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle.Value, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);
456&& textDetails.u.full.cAttachedObjects > 0)
460PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle.Value, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);
501&& textDetails.u.full.cAttachedObjects > 0)
504PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle.Value, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);
565int attachedObjectCount = textDetails.u.full.cAttachedObjects;
901if (textDetails.u.full.cAttachedObjects > 0)
1497if (textDetails.u.full.cAttachedObjects > 0)
1501PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle.Value, textDetails.u.full.cAttachedObjects, out arrayAttachedObjectDesc);
2552if (textDetails.cAttachedObjects > 0)
2556PtsHelper.AttachedObjectListFromParagraph(PtsContext, _paraHandle.Value, textDetails.cAttachedObjects, out arrayAttachedObjectDesc);