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)
100
get {return
_ownerType
;}
108
return string.Format(CultureInfo.InvariantCulture, "{0}.{1}",
_ownerType
.Name, _name );