1 write to labelSize
System.Messaging (1)
System\Messaging\MessagePropertyFilter.cs (1)
424this.labelSize = value;
3 references to labelSize
System.Messaging (3)
System\Messaging\Message.cs (2)
134properties.SetString(NativeMethods.MESSAGE_PROPID_LABEL, new byte[filter.labelSize * 2]); 135properties.SetUI4(NativeMethods.MESSAGE_PROPID_LABEL_LEN, filter.labelSize);
System\Messaging\MessagePropertyFilter.cs (1)
416return this.labelSize;