2 writes to IsBamlFragment
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006ReaderSettings.cs (1)
18
IsBamlFragment
= settings.IsBamlFragment;
System\Windows\ResourceDictionary.cs (1)
1093
IsBamlFragment
= true,
2 references to IsBamlFragment
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
133
if (!_settings.
IsBamlFragment
)
System\Windows\Markup\Baml2006\Baml2006ReaderSettings.cs (1)
18
IsBamlFragment = settings.
IsBamlFragment
;