2 references to ConflictsWithProvider
System.Web (2)
UI\WebParts\WebPartConnection.cs (1)
373
return (ConflictsWithConsumer(otherConnection) ||
ConflictsWithProvider
(otherConnection));
UI\WebParts\WebPartManager.cs (1)
1570
if (connection.
ConflictsWithProvider
(otherConnection)) {