1 write to _objectType
PresentationFramework (1)
System\Windows\Data\ObjectDataProvider.cs (1)
373_objectType = newType;
14 references to _objectType
PresentationFramework (14)
System\Windows\Data\ObjectDataProvider.cs (14)
98get { return _objectType; } 164Debug.Assert((_objectInstance == null) ? (_objectType == null) : (_objectType == _objectInstance.GetType())); 371if (_objectType != newType) 385if (_mode == SourceMode.NoSource || _objectType == null) 398ConstructorInfo[] ciAry = _objectType.GetConstructors(); 452Debug.Assert(_objectType != null); 458instance = Activator.CreateInstance(_objectType, 0, null, parameters, 494e = new InvalidOperationException(SR.Format(SR.ObjectDataProviderNonCLSException, _objectType.Name)); 506traceParameters: new object[] { _objectType.Name, error, e }, 525Debug.Assert(_objectType != null); 540data = _objectType.InvokeMember(MethodName, 584e = new InvalidOperationException(SR.Format(SR.ObjectDataProviderNonCLSExceptionInvoke, MethodName, _objectType.Name)); 596traceParameters: new object[] { MethodName, _objectType.Name, error, e },