1 instantiation of LoadedOrUnloadedOperation
PresentationCore (1)
System\Windows\Media\MediaContext.cs (1)
1597
LoadedOrUnloadedOperation op = new
LoadedOrUnloadedOperation
(callback, target);
6 references to LoadedOrUnloadedOperation
PresentationCore (6)
System\Windows\Media\MediaContext.cs (6)
1593
internal
LoadedOrUnloadedOperation
AddLoadedOrUnloadedCallback(
1597
LoadedOrUnloadedOperation
op = new LoadedOrUnloadedOperation(callback, target);
1601
_loadedOrUnloadedPendingOperations = new FrugalObjectList<
LoadedOrUnloadedOperation
>(1);
1612
internal void RemoveLoadedOrUnloadedCallback(
LoadedOrUnloadedOperation
op)
1624
LoadedOrUnloadedOperation
operation = _loadedOrUnloadedPendingOperations[i];
2733
private FrugalObjectList<
LoadedOrUnloadedOperation
> _loadedOrUnloadedPendingOperations;