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