4 references to GetPinnableReference
System.Drawing.Common (4)
System\Drawing\Imaging\Effects\ColorMatrixEffect.cs (1)
27
fixed (float* p = &matrix.
GetPinnableReference
())
System\Drawing\Imaging\ImageAttributes.cs (3)
156
fixed (void* cm = &newColorMatrix.
GetPinnableReference
())
157
fixed (void* gm = &grayMatrix.
GetPinnableReference
())
170
fixed (void* cm = &newColorMatrix.
GetPinnableReference
())