10 writes to _interlockState
PresentationCore (10)
System\Windows\Media\MediaContext.cs (10)
676
_interlockState
= InterlockState.WaitingForNextFrame;
721
_interlockState
= InterlockState.Idle;
967
_interlockState
= InterlockState.Idle;
981
_interlockState
= InterlockState.Disabled;
1276
_interlockState
= InterlockState.RequestedStart;
1311
_interlockState
= InterlockState.Disabled;
2151
_interlockState
= InterlockState.WaitingForResponse;
2246
_interlockState
= InterlockState.Idle;
2267
_interlockState
= InterlockState.Idle;
2546
_interlockState
= InterlockState.Idle;
15 references to _interlockState
PresentationCore (15)
System\Windows\Media\MediaContext.cs (15)
700
Debug.Assert(
_interlockState
== InterlockState.WaitingForResponse,
958
if (
_interlockState
== InterlockState.RequestedStart)
1084
if (
_interlockState
!= InterlockState.Disabled)
1289
bool interlockDisabled = (
_interlockState
== InterlockState.Disabled);
1291
if (
_interlockState
== InterlockState.WaitingForResponse)
1336
Debug.Assert(
_interlockState
== InterlockState.Disabled,
2228
if (
_interlockState
== InterlockState.WaitingForResponse)
2238
} while (
_interlockState
== InterlockState.WaitingForResponse);
2252
if (
_interlockState
== InterlockState.WaitingForResponse)
2260
} while (
_interlockState
== InterlockState.WaitingForResponse);
2522
Debug.Assert(
_interlockState
== InterlockState.WaitingForNextFrame
2815
return (
_interlockState
== InterlockState.WaitingForNextFrame ||
2816
_interlockState
== InterlockState.WaitingForResponse);
2828
return (
_interlockState
!= InterlockState.Disabled
2829
&&
_interlockState
!= InterlockState.RequestedStart);