1 instantiation of ConsumerConnectionPoint
System.Web (1)
UI\WebParts\WebPartManager.cs (1)
1795
connectionPoint = new
ConsumerConnectionPoint
(method, parameterType, type,
53 references to ConsumerConnectionPoint
System.Web (53)
UI\WebParts\ConnectionsZone.cs (15)
76
private
ConsumerConnectionPoint
_pendingConsumerConnectionPoint;
638
ConsumerConnectionPoint
consumerConnectionPoint =
820
foreach (
ConsumerConnectionPoint
consumerConnectionPoint in consumerConnectionPoints) {
1085
foreach (
ConsumerConnectionPoint
consumerConnectionPoint in WebPartManager.GetConsumerConnectionPoints(consumer)) {
1107
private IDictionary GetValidProviders(WebPart consumer,
ConsumerConnectionPoint
consumerConnectionPoint,
1406
foreach (
ConsumerConnectionPoint
consumer in consumers) {
1575
foreach (
ConsumerConnectionPoint
consumer in consumers) {
1833
ConsumerConnectionPoint
consumerConnectionPoint = connection.ConsumerConnectionPoint;
1869
ConsumerConnectionPoint
consumerConnectionPoint =
2153
ConsumerConnectionPoint
currentConsumerConnectionPoint = null;
2181
foreach (
ConsumerConnectionPoint
consumerConnectionPoint in consumerConnectionPoints) {
2346
private
ConsumerConnectionPoint
_connectionPoint;
2348
public ConsumerInfo(WebPart webPart,
ConsumerConnectionPoint
connectionPoint) : base(webPart) {
2352
public ConsumerInfo(WebPart webPart,
ConsumerConnectionPoint
connectionPoint,
2357
public
ConsumerConnectionPoint
ConnectionPoint {
UI\WebParts\ConsumerConnectionPoint.cs (1)
20
ConstructorInfo constructor = typeof(
ConsumerConnectionPoint
).GetConstructors()[0];
UI\WebParts\ConsumerConnectionPointCollection.cs (10)
29
ConsumerConnectionPoint
point = obj as
ConsumerConnectionPoint
;
45
public
ConsumerConnectionPoint
Default {
51
public
ConsumerConnectionPoint
this[int index] {
53
return (
ConsumerConnectionPoint
)InnerList[index];
57
public
ConsumerConnectionPoint
this[string id] {
59
return ((_ids != null) ? (
ConsumerConnectionPoint
)_ids[id] : null);
63
public bool Contains(
ConsumerConnectionPoint
connectionPoint) {
67
public int IndexOf(
ConsumerConnectionPoint
connectionPoint) {
71
public void CopyTo(
ConsumerConnectionPoint
[] array, int index) {
UI\WebParts\WebPartConnection.cs (2)
63
public
ConsumerConnectionPoint
ConsumerConnectionPoint {
276
ConsumerConnectionPoint
consumerConnectionPoint = ConsumerConnectionPoint;
UI\WebParts\WebPartConnectionsCancelEventArgs.cs (4)
16
private
ConsumerConnectionPoint
_consumerConnectionPoint;
20
WebPart consumer,
ConsumerConnectionPoint
consumerConnectionPoint) {
29
WebPart consumer,
ConsumerConnectionPoint
consumerConnectionPoint,
47
public
ConsumerConnectionPoint
ConsumerConnectionPoint {
UI\WebParts\WebPartConnectionsEventArgs.cs (4)
15
private
ConsumerConnectionPoint
_consumerConnectionPoint;
19
WebPart consumer,
ConsumerConnectionPoint
consumerConnectionPoint) {
28
WebPart consumer,
ConsumerConnectionPoint
consumerConnectionPoint,
46
public
ConsumerConnectionPoint
ConsumerConnectionPoint {
UI\WebParts\WebPartManager.cs (15)
1186
WebPart consumer,
ConsumerConnectionPoint
consumerConnectionPoint) {
1191
WebPart consumer,
ConsumerConnectionPoint
consumerConnectionPoint,
1198
WebPart consumer,
ConsumerConnectionPoint
consumerConnectionPoint,
1664
ConsumerConnectionPoint
consumerConnectionPoint = connection.ConsumerConnectionPoint;
1677
WebPart consumer,
ConsumerConnectionPoint
consumerConnectionPoint) {
1682
WebPart consumer,
ConsumerConnectionPoint
consumerConnectionPoint,
1793
ConsumerConnectionPoint
connectionPoint;
1801
connectionPoint = (
ConsumerConnectionPoint
)Activator.CreateInstance(connectionPointType, args);
2022
ConsumerConnectionPoint
consumerConnectionPoint = connection.ConsumerConnectionPoint;
2334
internal
ConsumerConnectionPoint
GetConsumerConnectionPoint(WebPart webPart, string connectionPointID) {
2600
internal WebPartConnection GetConnectionForConsumer(WebPart consumer,
ConsumerConnectionPoint
connectionPoint) {
2601
ConsumerConnectionPoint
actualConnectionPoint = connectionPoint;
2611
ConsumerConnectionPoint
c =
2621
ConsumerConnectionPoint
c =
3239
internal bool IsConsumerConnected(WebPart consumer,
ConsumerConnectionPoint
connectionPoint) {
UI\WebParts\WebPartUtil.cs (2)
46
Type baseType = isConsumer ? typeof(
ConsumerConnectionPoint
) : typeof(ProviderConnectionPoint);
51
Type[] constructorTypes = isConsumer ?
ConsumerConnectionPoint
.ConstructorTypes :