1 write to _objectType
PresentationFramework (1)
System\Windows\Data\ObjectDataProvider.cs (1)
367_objectType = newType;
14 references to _objectType
PresentationFramework (14)
System\Windows\Data\ObjectDataProvider.cs (14)
92get { return _objectType; } 158Debug.Assert((_objectInstance == null) ? (_objectType == null) : (_objectType == _objectInstance.GetType())); 365if (_objectType != newType) 379if (_mode == SourceMode.NoSource || _objectType == null) 392ConstructorInfo[] ciAry = _objectType.GetConstructors(); 438Debug.Assert(_objectType != null); 444instance = Activator.CreateInstance(_objectType, 0, null, parameters, 480e = new InvalidOperationException(SR.Format(SR.ObjectDataProviderNonCLSException, _objectType.Name)); 489traceParameters: new object[] { _objectType.Name, error, e }, 508Debug.Assert(_objectType != null); 515data = _objectType.InvokeMember(MethodName, 559e = new InvalidOperationException(SR.Format(SR.ObjectDataProviderNonCLSExceptionInvoke, MethodName, _objectType.Name)); 568traceParameters: new object[] { MethodName, _objectType.Name, error, e },