1 write to _defaultValuePrototype
WindowsBase (1)
Base\MS\Internal\FreezableDefaultValueFactory.cs (1)
44
_defaultValuePrototype
= defaultValue.GetAsFrozen();
4 references to _defaultValuePrototype
WindowsBase (4)
Base\MS\Internal\FreezableDefaultValueFactory.cs (4)
54
Debug.Assert(
_defaultValuePrototype
.IsFrozen);
56
return
_defaultValuePrototype
;
69
Freezable result =
_defaultValuePrototype
;
78
result =
_defaultValuePrototype
.Clone();