Implemented interface member:
property
IsReadOnly
System.Collections.IDictionary.IsReadOnly
5 writes to IsReadOnly
PresentationFramework (5)
src\Framework\System\Windows\FrameworkTemplate.cs (1)
237
_resources.
IsReadOnly
= true;
src\Framework\System\Windows\ResourceDictionary.cs (1)
366
_mergedDictionaries[i].
IsReadOnly
= value;
src\Framework\System\Windows\Style.cs (2)
315
_resources.
IsReadOnly
= true;
557
_resources.
IsReadOnly
= true;
src\Framework\System\Windows\StyleHelper.cs (1)
398
resources.
IsReadOnly
= true;
6 references to IsReadOnly
PresentationFramework (6)
src\Framework\System\Windows\ResourceDictionary.cs (6)
439
if (
IsReadOnly
)
634
if (
IsReadOnly
)
694
if (
IsReadOnly
)
825
if (
IsReadOnly
)
2279
Debug.Assert(IsThemeDictionary || _ownerApps != null ||
IsReadOnly
, "This must be an App/Theme/Style/Template ResourceDictionary");
2310
if (IsThemeDictionary || _ownerApps != null ||
IsReadOnly
)