Implemented interface member:
3 writes to IsReadOnly
PresentationFramework (3)
System\Windows\FrameworkTemplate.cs (1)
228_resources.IsReadOnly = true;
System\Windows\ResourceDictionary.cs (1)
356_mergedDictionaries[i].IsReadOnly = value;
System\Windows\Style.cs (1)
292_resources.IsReadOnly = true;
8 references to IsReadOnly
PresentationFramework (8)
System\Windows\ResourceDictionary.cs (6)
429if (IsReadOnly) 624if (IsReadOnly) 684if (IsReadOnly) 872if (IsReadOnly) 2320Debug.Assert(IsThemeDictionary || _ownerApps != null || IsReadOnly, "This must be an App/Theme/Style/Template ResourceDictionary"); 2351if (IsThemeDictionary || _ownerApps != null || IsReadOnly)
System\Windows\Style.cs (1)
519_resources?.IsReadOnly = true;
System\Windows\StyleHelper.cs (1)
377resources?.IsReadOnly = true;