4 writes to OwnsStream
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
55
settings.
OwnsStream
= true;
System\Windows\Markup\Baml2006\Baml2006ReaderSettings.cs (1)
17
OwnsStream
= settings.OwnsStream;
System\Windows\ResourceDictionary.cs (1)
1094
OwnsStream
= true,
System\Windows\SystemResources.cs (1)
932
OwnsStream
= true,
4 references to OwnsStream
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
124
if (_settings.
OwnsStream
)
209
if (_settings.
OwnsStream
)
916
if (_settings.
OwnsStream
)
System\Windows\Markup\Baml2006\Baml2006ReaderSettings.cs (1)
17
OwnsStream = settings.
OwnsStream
;