1 write to _currentPathGeometryData
PresentationCore (1)
System\Windows\Media\ByteStreamGeometryContext.cs (1)
315
fixed (MIL_PATHGEOMETRY* pCurrentPathGeometryData = &
_currentPathGeometryData
)
7 references to _currentPathGeometryData
PresentationCore (7)
System\Windows\Media\ByteStreamGeometryContext.cs (7)
36
_currentPathGeometryData
.Size = (uint)sizeof(MIL_PATHGEOMETRY);
312
Debug.Assert(
_currentPathGeometryData
.Size == (uint)_currOffset);
550
_currentPathGeometryData
.Flags |= ((_currentPathFigureData.Flags & MilPathFigureFlags.HasCurves) != 0) ? MilPathGeometryFlags.HasCurves : 0;
551
_currentPathGeometryData
.Flags |= ((_currentPathFigureData.Flags & MilPathFigureFlags.HasGaps) != 0) ? MilPathGeometryFlags.HasGaps : 0;
552
_currentPathGeometryData
.Flags |= ((_currentPathFigureData.Flags & MilPathFigureFlags.IsFillable) == 0) ? MilPathGeometryFlags.HasHollows : 0;
553
_currentPathGeometryData
.FigureCount++;
554
_currentPathGeometryData
.Size = (UInt32)(_currOffset);