4 writes to queuePath
System.Messaging (4)
System\Messaging\Design\QueuePathDialog.cs (4)
145
this.
queuePath
= this.path;
151
this.
queuePath
= PREFIX_FORMAT_NAME + queue.FormatName;
162
this.
queuePath
= tempPath;
181
this.
queuePath
= this.path;
5 references to queuePath
System.Messaging (5)
System\Messaging\Design\QueuePathDialog.cs (5)
104
return this.
queuePath
;
171
if (this.
queuePath
!= null && String.Compare(this.
queuePath
, tempPath, true, CultureInfo.InvariantCulture) != 0)
179
if (this.
queuePath
== String.Empty)
185
OnSelectQueue(new MessageQueue(this.
queuePath
), this.lastPathType);