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