Base:
method
FreezeCore
System.Windows.Freezable.FreezeCore(System.Boolean)
19 overrides of FreezeCore
PresentationCore (19)
Core\CSharp\System\Windows\FreezableCollection.cs (1)
934
protected override bool
FreezeCore
(bool isChecking)
Core\CSharp\system\windows\generated\TextDecorationCollection.cs (1)
694
protected override bool
FreezeCore
(bool isChecking)
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
525
protected sealed override bool
FreezeCore
(bool isChecking)
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
702
protected override bool
FreezeCore
(bool isChecking)
Core\CSharp\System\Windows\Media\Animation\Timeline.cs (1)
118
protected override bool
FreezeCore
(bool isChecking)
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (1)
701
protected override bool
FreezeCore
(bool isChecking)
Core\CSharp\System\Windows\Media\Generated\DrawingCollection.cs (1)
738
protected override bool
FreezeCore
(bool isChecking)
Core\CSharp\System\Windows\Media\Generated\GeneralTransformCollection.cs (1)
703
protected override bool
FreezeCore
(bool isChecking)
Core\CSharp\System\Windows\Media\Generated\GeometryCollection.cs (1)
738
protected override bool
FreezeCore
(bool isChecking)
Core\CSharp\System\Windows\Media\Generated\GradientStopCollection.cs (1)
703
protected override bool
FreezeCore
(bool isChecking)
Core\CSharp\System\Windows\Media\Generated\PathFigureCollection.cs (1)
704
protected override bool
FreezeCore
(bool isChecking)
Core\CSharp\System\Windows\Media\Generated\PathSegmentCollection.cs (1)
703
protected override bool
FreezeCore
(bool isChecking)
Core\CSharp\System\Windows\Media\Generated\TextEffectCollection.cs (1)
703
protected override bool
FreezeCore
(bool isChecking)
Core\CSharp\System\Windows\Media\Generated\TransformCollection.cs (1)
738
protected override bool
FreezeCore
(bool isChecking)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
1537
protected override bool
FreezeCore
(bool isChecking)
Core\CSharp\System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (1)
699
protected override bool
FreezeCore
(bool isChecking)
Core\CSharp\System\Windows\Media3D\Generated\MaterialCollection.cs (1)
734
protected override bool
FreezeCore
(bool isChecking)
Core\CSharp\System\Windows\Media3D\Generated\Model3DCollection.cs (1)
734
protected override bool
FreezeCore
(bool isChecking)
Core\CSharp\System\Windows\Media3D\Generated\Transform3DCollection.cs (1)
734
protected override bool
FreezeCore
(bool isChecking)
18 references to FreezeCore
PresentationCore (18)
Core\CSharp\System\Windows\FreezableCollection.cs (1)
936
bool canFreeze = base.
FreezeCore
(isChecking);
Core\CSharp\system\windows\generated\TextDecorationCollection.cs (1)
696
bool canFreeze = base.
FreezeCore
(isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
704
bool canFreeze = base.
FreezeCore
(isChecking);
Core\CSharp\System\Windows\Media\Animation\Timeline.cs (1)
121
return base.
FreezeCore
(isChecking);
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (1)
703
bool canFreeze = base.
FreezeCore
(isChecking);
Core\CSharp\System\Windows\Media\Generated\DrawingCollection.cs (1)
740
bool canFreeze = base.
FreezeCore
(isChecking);
Core\CSharp\System\Windows\Media\Generated\GeneralTransformCollection.cs (1)
705
bool canFreeze = base.
FreezeCore
(isChecking);
Core\CSharp\System\Windows\Media\Generated\GeometryCollection.cs (1)
740
bool canFreeze = base.
FreezeCore
(isChecking);
Core\CSharp\System\Windows\Media\Generated\GradientStopCollection.cs (1)
705
bool canFreeze = base.
FreezeCore
(isChecking);
Core\CSharp\System\Windows\Media\Generated\PathFigureCollection.cs (1)
706
bool canFreeze = base.
FreezeCore
(isChecking);
Core\CSharp\System\Windows\Media\Generated\PathSegmentCollection.cs (1)
705
bool canFreeze = base.
FreezeCore
(isChecking);
Core\CSharp\System\Windows\Media\Generated\TextEffectCollection.cs (1)
705
bool canFreeze = base.
FreezeCore
(isChecking);
Core\CSharp\System\Windows\Media\Generated\TransformCollection.cs (1)
740
bool canFreeze = base.
FreezeCore
(isChecking);
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
1539
if (!base.
FreezeCore
(isChecking))
Core\CSharp\System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (1)
701
bool canFreeze = base.
FreezeCore
(isChecking);
Core\CSharp\System\Windows\Media3D\Generated\MaterialCollection.cs (1)
736
bool canFreeze = base.
FreezeCore
(isChecking);
Core\CSharp\System\Windows\Media3D\Generated\Model3DCollection.cs (1)
736
bool canFreeze = base.
FreezeCore
(isChecking);
Core\CSharp\System\Windows\Media3D\Generated\Transform3DCollection.cs (1)
736
bool canFreeze = base.
FreezeCore
(isChecking);