1 write to bodySize
System.Messaging (1)
System\Messaging\MessagePropertyFilter.cs (1)
374this.bodySize = value;
3 references to bodySize
System.Messaging (3)
System\Messaging\Message.cs (2)
128properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_BODY, new byte[filter.bodySize]); 129properties.SetUI4(NativeMethods.MESSAGE_PROPID_BODY_SIZE, filter.bodySize);
System\Messaging\MessagePropertyFilter.cs (1)
366return this.bodySize;