1 write to _ownerType
PresentationCore (1)
Core\CSharp\System\Windows\RoutedEvent.cs (1)
127_ownerType = ownerType;
2 references to _ownerType
PresentationCore (2)
Core\CSharp\System\Windows\RoutedEvent.cs (2)
100get {return _ownerType;} 108return string.Format(CultureInfo.InvariantCulture, "{0}.{1}", _ownerType.Name, _name );