2 implementations of IsReady
WindowsBase (2)
Base\MS\Internal\IO\Packaging\CompoundFile\CompressionTransform.cs (1)
42
public bool
IsReady
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptionTransform.cs (1)
453
public bool
IsReady
3 references to IsReady
WindowsBase (3)
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (3)
969
if( ! transformObject.
IsReady
)
1562
if( ! transformObject.
IsReady
)
1572
if( ! transformObject.
IsReady
) // If STILL not ready, nobody could make it "ready".