1 implementation of ISealable
WindowsBase (1)
Base\System\Windows\Freezable.cs (1)
40
public abstract class Freezable : DependencyObject,
ISealable
5 references to ISealable
WindowsBase (5)
Base\System\Windows\DependencyProperty.cs (2)
427
ISealable
valueAsISealable = dispatcherObject as
ISealable
;
Base\System\Windows\Freezable.cs (3)
758
bool
ISealable
.CanSeal
766
bool
ISealable
.IsSealed
774
void
ISealable
.Seal()