2 writes to IsBamlFragment
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderSettings.cs (1)
19
IsBamlFragment
= settings.IsBamlFragment;
src\Framework\System\Windows\ResourceDictionary.cs (1)
1106
settings.
IsBamlFragment
= true;
2 references to IsBamlFragment
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
150
if (!_settings.
IsBamlFragment
)
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderSettings.cs (1)
19
IsBamlFragment = settings.
IsBamlFragment
;