3 references to RuntimeReady
System.Activities (3)
System\Activities\Activity.cs (3)
300
return (this.isMetadataCached & CacheStates.
RuntimeReady
) == CacheStates.
RuntimeReady
;
1213
this.isMetadataCached |= CacheStates.
RuntimeReady
;