8 references to _currentPathGeometryData
PresentationCore (8)
Core\CSharp\System\Windows\Media\ByteStreamGeometryContext.cs (8)
61
_currentPathGeometryData
.Size = (uint)sizeof(MIL_PATHGEOMETRY);
370
Debug.Assert(
_currentPathGeometryData
.Size == (uint)_currOffset);
373
fixed (MIL_PATHGEOMETRY* pCurrentPathGeometryData = &
_currentPathGeometryData
)
634
_currentPathGeometryData
.Flags |= ((_currentPathFigureData.Flags & MilPathFigureFlags.HasCurves) != 0) ? MilPathGeometryFlags.HasCurves : 0;
635
_currentPathGeometryData
.Flags |= ((_currentPathFigureData.Flags & MilPathFigureFlags.HasGaps) != 0) ? MilPathGeometryFlags.HasGaps : 0;
636
_currentPathGeometryData
.Flags |= ((_currentPathFigureData.Flags & MilPathFigureFlags.IsFillable) == 0) ? MilPathGeometryFlags.HasHollows : 0;
637
_currentPathGeometryData
.FigureCount++;
638
_currentPathGeometryData
.Size = (UInt32)(_currOffset);