3 writes to _needNewInstance
PresentationFramework (3)
src\Framework\System\Windows\Data\ObjectDataProvider.cs (3)
111
if (
_needNewInstance
= SetObjectType(value)) // raises property changed event
406
_needNewInstance
= false;
612
_needNewInstance
= true;
1 reference to _needNewInstance
PresentationFramework (1)
src\Framework\System\Windows\Data\ObjectDataProvider.cs (1)
396
if (
_needNewInstance
&& (_mode == SourceMode.FromType))