5 references to Seal
PresentationFramework (5)
System\Windows\EventTrigger.cs (1)
224
_actions.
Seal
(this); // TriggerActions need a link back to me to fetch the childId corresponding the sourceId string.
System\Windows\TriggerBase.cs (4)
58
_enterActions.
Seal
(this);
87
_exitActions.
Seal
(this);
252
_enterActions?.
Seal
(this);
253
_exitActions?.
Seal
(this);