4 references to Path
System.Messaging (4)
System\Messaging\Design\QueuePathEditor.cs (4)
63
if (dialog.
Path
!= String.Empty)
66
value = dialog.
Path
;
69
value = MessageQueueConverter.GetFromCache(dialog.
Path
);
72
value = new MessageQueue(dialog.
Path
);