2 writes to IsBamlFragment
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006ReaderSettings.cs (1)
23IsBamlFragment = settings.IsBamlFragment;
System\Windows\ResourceDictionary.cs (1)
1102settings.IsBamlFragment = true;
2 references to IsBamlFragment
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
136if (!_settings.IsBamlFragment)
System\Windows\Markup\Baml2006\Baml2006ReaderSettings.cs (1)
23IsBamlFragment = settings.IsBamlFragment;