9 references to HasHandlers
WindowsBase (9)
Base\System\Windows\Freezable.cs (9)
66
&& !(
HasHandlers
|| HasContextInformation),
1139
if (
HasHandlers
)
1158
if (
HasHandlers
)
1263
if (
HasHandlers
)
1289
if (
HasHandlers
)
1615
if (
HasHandlers
)
1632
if (
HasHandlers
)
1704
if (
HasHandlers
)
1963
Invariant.Assert(!cloneAsFreezable.
HasHandlers
, "CloneCore should not have handlers attached on construction.");