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)) 3173if (context.CheckFlag(ReaderFlags.IDictionary)) 3194if (context.CheckFlag(ReaderFlags.IList)) 3215if (context.CheckFlag(ReaderFlags.IAddChild)) 3238if (context.CheckFlag(ReaderFlags.ArrayExt)) 3373if (parentContext.CheckFlag(ReaderFlags.CollectionHolder)) 3894else if (CurrentContext.CheckFlag(ReaderFlags.SingletonConstructorParam)) 4095else if (stackData.CheckFlag(ReaderFlags.StyleObject)) 4101else if (stackData.CheckFlag(ReaderFlags.FrameworkTemplateObject)) 4791if (parentContext.CheckFlag(ReaderFlags.CollectionHolder)) 4833parentContext.CheckFlag(ReaderFlags.CollectionHolder) && 4844if (currentContext.CheckFlag(ReaderFlags.ArrayExt))
System\Windows\Markup\ReaderContextStackData.cs (1)
116get { return CheckFlag(ReaderFlags.NeedToAddToTree); }