3 writes to ParentIndex
PresentationCore (3)
Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs (3)
76
value.
ParentIndex
= index;
518
InternalGetItem(i).
ParentIndex
= i;
542
InternalGetItem(i).
ParentIndex
= i;
8 references to ParentIndex
PresentationCore (8)
Core\CSharp\System\Windows\Diagnostics\VisualDiagnostics.cs (1)
188
index = asVisual3D.
ParentIndex
;
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (1)
383
int index = child.
ParentIndex
;
Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs (6)
102
InternalRemoveAt(value.
ParentIndex
);
229
return value.
ParentIndex
;
515
Debug.Assert(InternalGetItem(i).
ParentIndex
== i - 1,
539
Debug.Assert(InternalGetItem(i).
ParentIndex
== i + 1,
585
Debug.Assert(visual.
ParentIndex
== i,
590
visual.
ParentIndex
));