57 references to ContextType
PresentationFramework (57)
System\Windows\Markup\BamlRecordReader.cs (55)
720Debug.Assert(ReaderFlags.DependencyObject == CurrentContext.ContextType); 802Debug.Assert(ReaderFlags.DependencyObject == CurrentContext.ContextType || 803ReaderFlags.ClrObject == CurrentContext.ContextType || 804ReaderFlags.PropertyComplexClr == CurrentContext.ContextType || 805ReaderFlags.PropertyComplexDP == CurrentContext.ContextType); 808if (ReaderFlags.DependencyObject == CurrentContext.ContextType || 809ReaderFlags.ClrObject == CurrentContext.ContextType || 810ReaderFlags.PropertyComplexClr == CurrentContext.ContextType || 811ReaderFlags.PropertyComplexDP == CurrentContext.ContextType) 825if (ReaderFlags.DependencyObject == CurrentContext.ContextType) 914(context.ContextType != ReaderFlags.ConstructorParams && 915context.ContextType != ReaderFlags.RealizeDeferContent)) 1015(ReaderFlags.PropertyComplexClr == currentContext.ContextType || 1016ReaderFlags.PropertyComplexDP == currentContext.ContextType) && 1179(ReaderFlags.DependencyObject != CurrentContext.ContextType && 1180ReaderFlags.ClrObject != CurrentContext.ContextType)) 1224Debug.Assert( CurrentContext.ContextType != ReaderFlags.PropertyComplexClr ); 1225Debug.Assert( CurrentContext.ContextType != ReaderFlags.PropertyComplexDP ); 1227switch (CurrentContext.ContextType) 1277Debug.Assert(CurrentContext.ContextType == ReaderFlags.ConstructorParams); 1938(ReaderFlags.DependencyObject != CurrentContext.ContextType && 1939ReaderFlags.ClrObject != CurrentContext.ContextType)) 1991else if ( (CurrentContext.ContextType == ReaderFlags.PropertyComplexClr) 1992|| (CurrentContext.ContextType == ReaderFlags.PropertyComplexDP) ) 2039!(ReaderFlags.ClrObject == CurrentContext.ContextType || 2040ReaderFlags.DependencyObject == CurrentContext.ContextType)) 2050ReaderFlags.DependencyObject == CurrentContext.ContextType /*targetIsDependencyObject*/ ); 2187(ReaderFlags.DependencyObject != CurrentContext.ContextType && 2188ReaderFlags.ClrObject != CurrentContext.ContextType)) 2278(ReaderFlags.DependencyObject != CurrentContext.ContextType && 2279ReaderFlags.ClrObject != CurrentContext.ContextType)) 2293(ReaderFlags.DependencyObject != CurrentContext.ContextType && 2294ReaderFlags.ClrObject != CurrentContext.ContextType)) 2309(ReaderFlags.DependencyObject != CurrentContext.ContextType && 2310ReaderFlags.ClrObject != CurrentContext.ContextType)) 2430(ReaderFlags.DependencyObject != CurrentContext.ContextType && 2431ReaderFlags.ClrObject != CurrentContext.ContextType)) 2631(ReaderFlags.DependencyObject != CurrentContext.ContextType && 2632ReaderFlags.ClrObject != CurrentContext.ContextType)) 3131if (context.ContextType == ReaderFlags.PropertyArray) 3186else if (context.ContextType == ReaderFlags.PropertyIDictionary) 3207else if (context.ContextType == ReaderFlags.PropertyIList) 3228else if (context.ContextType == ReaderFlags.PropertyIAddChild) 3251else if (context.ContextType == ReaderFlags.PropertyArray) 3441switch (CurrentContext.ContextType) 3635ReaderFlags.PropertyComplexDP == CurrentContext.ContextType && 3840ReaderFlags.PropertyComplexClr == CurrentContext.ContextType && 3889ReaderFlags.ConstructorParams == CurrentContext.ContextType); 4089else if (stackData.ContextType == ReaderFlags.DependencyObject) 4522ReaderFlags parentContextType = parentContext != null ? parentContext.ContextType : ReaderFlags.Unknown; 4580(ReaderFlags.DependencyObject != currentContext.ContextType && 4581ReaderFlags.ClrObject != currentContext.ContextType)) 4744if( parentContext.ContextType == ReaderFlags.PropertyComplexClr ) 4754if( parentContext.ContextType == ReaderFlags.PropertyComplexDP ) 5307ParentContext.ContextType == ReaderFlags.PropertyComplexDP)
System\Windows\Markup\ReaderContextStackData.cs (2)
150return ContextType == ReaderFlags.DependencyObject 152ContextType == ReaderFlags.ClrObject;