16 references to CheckFlag
PresentationFramework (16)
System\Windows\Markup\BamlRecordReader.cs (15)
630if (CurrentContext.CheckFlag(ReaderFlags.InjectedElement)) 1099else if (CurrentContext.CheckFlag(ReaderFlags.IDictionary)) 1200Debug.Assert(!CurrentContext.CheckFlag(ReaderFlags.NeedToAddToTree), "Failed to add Element to tree before popping stack"); 1396if (CurrentContext.CheckFlag(ReaderFlags.SingletonConstructorParam)) 3170if (context.CheckFlag(ReaderFlags.IDictionary)) 3191if (context.CheckFlag(ReaderFlags.IList)) 3212if (context.CheckFlag(ReaderFlags.IAddChild)) 3235if (context.CheckFlag(ReaderFlags.ArrayExt)) 3370if (parentContext.CheckFlag(ReaderFlags.CollectionHolder)) 3888else if (CurrentContext.CheckFlag(ReaderFlags.SingletonConstructorParam)) 4089else if (stackData.CheckFlag(ReaderFlags.StyleObject)) 4095else if (stackData.CheckFlag(ReaderFlags.FrameworkTemplateObject)) 4785if (parentContext.CheckFlag(ReaderFlags.CollectionHolder)) 4827parentContext.CheckFlag(ReaderFlags.CollectionHolder) && 4838if (currentContext.CheckFlag(ReaderFlags.ArrayExt))
System\Windows\Markup\ReaderContextStackData.cs (1)
116get { return CheckFlag(ReaderFlags.NeedToAddToTree); }