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