16 references to CheckFlag
PresentationFramework (16)
System\Windows\Markup\BamlRecordReader.cs (15)
649if (CurrentContext.CheckFlag(ReaderFlags.InjectedElement)) 1118else if (CurrentContext.CheckFlag(ReaderFlags.IDictionary)) 1219Debug.Assert(!CurrentContext.CheckFlag(ReaderFlags.NeedToAddToTree), "Failed to add Element to tree before popping stack"); 1415if (CurrentContext.CheckFlag(ReaderFlags.SingletonConstructorParam)) 3191if (context.CheckFlag(ReaderFlags.IDictionary)) 3212if (context.CheckFlag(ReaderFlags.IList)) 3233if (context.CheckFlag(ReaderFlags.IAddChild)) 3256if (context.CheckFlag(ReaderFlags.ArrayExt)) 3391if (parentContext.CheckFlag(ReaderFlags.CollectionHolder)) 3913else if (CurrentContext.CheckFlag(ReaderFlags.SingletonConstructorParam)) 4114else if (stackData.CheckFlag(ReaderFlags.StyleObject)) 4120else if (stackData.CheckFlag(ReaderFlags.FrameworkTemplateObject)) 4813if (parentContext.CheckFlag(ReaderFlags.CollectionHolder)) 4855parentContext.CheckFlag(ReaderFlags.CollectionHolder) && 4866if (currentContext.CheckFlag(ReaderFlags.ArrayExt))
System\Windows\Markup\ReaderContextStackData.cs (1)
122get { return CheckFlag(ReaderFlags.NeedToAddToTree); }