36 references to CannotChangeAfterSealed
PresentationFramework (36)
System\Windows\Condition.cs (4)
83throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "Condition")); 106throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "Condition")); 129throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "Condition")); 164throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "Condition"));
System\Windows\ConditionCollection.cs (1)
101throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "ConditionCollection"));
System\Windows\DataTrigger.cs (2)
44throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "DataTrigger")); 72throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "DataTrigger"));
System\Windows\EventTrigger.cs (3)
96throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "EventTrigger")); 105throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "EventTrigger")); 128throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "EventTrigger"));
System\Windows\FrameworkElementFactory.cs (8)
72throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "FrameworkElementFactory")); 116throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "FrameworkElementFactory")); 140throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "FrameworkElementFactory")); 160throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "FrameworkElementFactory")); 199throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "FrameworkElementFactory")); 277throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "FrameworkElementFactory")); 302throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "FrameworkElementFactory")); 338throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "FrameworkElementFactory"));
System\Windows\FrameworkTemplate.cs (2)
240throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "Template")); 425throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "Template"));
System\Windows\Media\Animation\BeginStoryboard.cs (1)
117throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "BeginStoryboard"));
System\Windows\Media\Animation\ControllableStoryboardAction.cs (1)
48throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "ControllableStoryboardAction"));
System\Windows\Media\Animation\SeekStoryboard.cs (2)
37throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "SeekStoryboard")); 72throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "SeekStoryboard"));
System\Windows\Media\Animation\SetStoryboardSpeedRatio.cs (1)
37throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "SetStoryboardSpeedRatio"));
System\Windows\SetterBase.cs (1)
50throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "SetterBase"));
System\Windows\SetterBaseCollection.cs (1)
101throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "SetterBaseCollection"));
System\Windows\Style.cs (3)
158throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "Style")); 197throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "Style")); 304throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "Style"));
System\Windows\Trigger.cs (3)
39throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "Trigger")); 69throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "Trigger")); 116throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "Trigger"));
System\Windows\TriggerAction.cs (1)
114throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "TriggerAction"));
System\Windows\TriggerActionCollection.cs (1)
292throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "TriggerActionCollection"));
System\Windows\TriggerCollection.cs (1)
131throw new InvalidOperationException(SR.Format(SR.CannotChangeAfterSealed, "TriggerCollection"));