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