1 write to _ownerType
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
6814_ownerType = ownerType;
4 references to _ownerType
PresentationBuildTasks (4)
Framework\System\Windows\Markup\XamlReaderHelper.cs (4)
6819public Type OwnerType { get { return _ownerType; } } 6821public string FullName { get { return _ownerType.FullName + "." + _name; } } 6826return (_ownerType == other.OwnerType && (0==string.CompareOrdinal(_name, other.Name))); 6831return _ownerType.GetHashCode() ^ _name.GetHashCode();