57 references to ContextType
PresentationFramework (57)
System\Windows\Markup\BamlRecordReader.cs (55)
729Debug.Assert(ReaderFlags.DependencyObject == CurrentContext.ContextType); 811Debug.Assert(ReaderFlags.DependencyObject == CurrentContext.ContextType || 812ReaderFlags.ClrObject == CurrentContext.ContextType || 813ReaderFlags.PropertyComplexClr == CurrentContext.ContextType || 814ReaderFlags.PropertyComplexDP == CurrentContext.ContextType); 817if (ReaderFlags.DependencyObject == CurrentContext.ContextType || 818ReaderFlags.ClrObject == CurrentContext.ContextType || 819ReaderFlags.PropertyComplexClr == CurrentContext.ContextType || 820ReaderFlags.PropertyComplexDP == CurrentContext.ContextType) 834if (ReaderFlags.DependencyObject == CurrentContext.ContextType) 923(context.ContextType != ReaderFlags.ConstructorParams && 924context.ContextType != ReaderFlags.RealizeDeferContent)) 1024(ReaderFlags.PropertyComplexClr == currentContext.ContextType || 1025ReaderFlags.PropertyComplexDP == currentContext.ContextType) && 1188(ReaderFlags.DependencyObject != CurrentContext.ContextType && 1189ReaderFlags.ClrObject != CurrentContext.ContextType)) 1233Debug.Assert( CurrentContext.ContextType != ReaderFlags.PropertyComplexClr ); 1234Debug.Assert( CurrentContext.ContextType != ReaderFlags.PropertyComplexDP ); 1236switch (CurrentContext.ContextType) 1286Debug.Assert(CurrentContext.ContextType == ReaderFlags.ConstructorParams); 1947(ReaderFlags.DependencyObject != CurrentContext.ContextType && 1948ReaderFlags.ClrObject != CurrentContext.ContextType)) 2000else if ( (CurrentContext.ContextType == ReaderFlags.PropertyComplexClr) 2001|| (CurrentContext.ContextType == ReaderFlags.PropertyComplexDP) ) 2048!(ReaderFlags.ClrObject == CurrentContext.ContextType || 2049ReaderFlags.DependencyObject == CurrentContext.ContextType)) 2059ReaderFlags.DependencyObject == CurrentContext.ContextType /*targetIsDependencyObject*/ ); 2196(ReaderFlags.DependencyObject != CurrentContext.ContextType && 2197ReaderFlags.ClrObject != CurrentContext.ContextType)) 2287(ReaderFlags.DependencyObject != CurrentContext.ContextType && 2288ReaderFlags.ClrObject != CurrentContext.ContextType)) 2302(ReaderFlags.DependencyObject != CurrentContext.ContextType && 2303ReaderFlags.ClrObject != CurrentContext.ContextType)) 2318(ReaderFlags.DependencyObject != CurrentContext.ContextType && 2319ReaderFlags.ClrObject != CurrentContext.ContextType)) 2439(ReaderFlags.DependencyObject != CurrentContext.ContextType && 2440ReaderFlags.ClrObject != CurrentContext.ContextType)) 2640(ReaderFlags.DependencyObject != CurrentContext.ContextType && 2641ReaderFlags.ClrObject != CurrentContext.ContextType)) 3140if (context.ContextType == ReaderFlags.PropertyArray) 3195else if (context.ContextType == ReaderFlags.PropertyIDictionary) 3216else if (context.ContextType == ReaderFlags.PropertyIList) 3237else if (context.ContextType == ReaderFlags.PropertyIAddChild) 3260else if (context.ContextType == ReaderFlags.PropertyArray) 3450switch (CurrentContext.ContextType) 3644ReaderFlags.PropertyComplexDP == CurrentContext.ContextType && 3849ReaderFlags.PropertyComplexClr == CurrentContext.ContextType && 3898ReaderFlags.ConstructorParams == CurrentContext.ContextType); 4098else if (stackData.ContextType == ReaderFlags.DependencyObject) 4531ReaderFlags parentContextType = parentContext != null ? parentContext.ContextType : ReaderFlags.Unknown; 4589(ReaderFlags.DependencyObject != currentContext.ContextType && 4590ReaderFlags.ClrObject != currentContext.ContextType)) 4753if( parentContext.ContextType == ReaderFlags.PropertyComplexClr ) 4763if( parentContext.ContextType == ReaderFlags.PropertyComplexDP ) 5316ParentContext.ContextType == ReaderFlags.PropertyComplexDP)
System\Windows\Markup\ReaderContextStackData.cs (2)
155return ContextType == ReaderFlags.DependencyObject 157ContextType == ReaderFlags.ClrObject;