Base:
1 override of Write
PresentationUI (1)
MS\Internal\Documents\Application\RightsManagementSuppressedStream.cs (1)
141public override void Write(byte[] buffer, int offset, int count)
1 reference to Write
PresentationUI (1)
MS\Internal\Documents\Application\RightsManagementSuppressedStream.cs (1)
145base.Write(buffer, offset, count);