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;
2145
_interlockState
= InterlockState.WaitingForResponse;
2240
_interlockState
= InterlockState.Idle;
2261
_interlockState
= InterlockState.Idle;
2532
_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,
2222
if (
_interlockState
== InterlockState.WaitingForResponse)
2232
} while (
_interlockState
== InterlockState.WaitingForResponse);
2246
if (
_interlockState
== InterlockState.WaitingForResponse)
2254
} while (
_interlockState
== InterlockState.WaitingForResponse);
2508
Debug.Assert(
_interlockState
== InterlockState.WaitingForNextFrame
2801
return (
_interlockState
== InterlockState.WaitingForNextFrame ||
2802
_interlockState
== InterlockState.WaitingForResponse);
2814
return (
_interlockState
!= InterlockState.Disabled
2815
&&
_interlockState
!= InterlockState.RequestedStart);