3 writes to _needNewInstance
PresentationFramework (3)
System\Windows\Data\ObjectDataProvider.cs (3)
103if (_needNewInstance = SetObjectType(value)) // raises property changed event 398_needNewInstance = false; 590_needNewInstance = true;
1 reference to _needNewInstance
PresentationFramework (1)
System\Windows\Data\ObjectDataProvider.cs (1)
388if (_needNewInstance && (_mode == SourceMode.FromType))