1 write to _eventSourceType
WindowsBase (1)
Base\MS\Internal\WeakEventTable.cs (1)
601_eventSourceType = eventSourceType;
3 references to _eventSourceType
WindowsBase (3)
Base\MS\Internal\WeakEventTable.cs (3)
607return unchecked(_eventSourceType.GetHashCode() + _eventName.GetHashCode()); 615return (this._eventSourceType == that._eventSourceType && this._eventName == that._eventName);