16 references to CheckFlag
PresentationFramework (16)
System\Windows\Markup\BamlRecordReader.cs (15)
631if (CurrentContext.CheckFlag(ReaderFlags.InjectedElement)) 1100else if (CurrentContext.CheckFlag(ReaderFlags.IDictionary)) 1201Debug.Assert(!CurrentContext.CheckFlag(ReaderFlags.NeedToAddToTree), "Failed to add Element to tree before popping stack"); 1397if (CurrentContext.CheckFlag(ReaderFlags.SingletonConstructorParam)) 3174if (context.CheckFlag(ReaderFlags.IDictionary)) 3195if (context.CheckFlag(ReaderFlags.IList)) 3216if (context.CheckFlag(ReaderFlags.IAddChild)) 3239if (context.CheckFlag(ReaderFlags.ArrayExt)) 3374if (parentContext.CheckFlag(ReaderFlags.CollectionHolder)) 3895else if (CurrentContext.CheckFlag(ReaderFlags.SingletonConstructorParam)) 4096else if (stackData.CheckFlag(ReaderFlags.StyleObject)) 4102else if (stackData.CheckFlag(ReaderFlags.FrameworkTemplateObject)) 4792if (parentContext.CheckFlag(ReaderFlags.CollectionHolder)) 4834parentContext.CheckFlag(ReaderFlags.CollectionHolder) && 4845if (currentContext.CheckFlag(ReaderFlags.ArrayExt))
System\Windows\Markup\ReaderContextStackData.cs (1)
117get { return CheckFlag(ReaderFlags.NeedToAddToTree); }