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