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