57 references to ContextType
PresentationFramework (57)
System\Windows\Markup\BamlRecordReader.cs (55)
711Debug.Assert(ReaderFlags.DependencyObject == CurrentContext.ContextType); 793Debug.Assert(ReaderFlags.DependencyObject == CurrentContext.ContextType || 794ReaderFlags.ClrObject == CurrentContext.ContextType || 795ReaderFlags.PropertyComplexClr == CurrentContext.ContextType || 796ReaderFlags.PropertyComplexDP == CurrentContext.ContextType); 799if (ReaderFlags.DependencyObject == CurrentContext.ContextType || 800ReaderFlags.ClrObject == CurrentContext.ContextType || 801ReaderFlags.PropertyComplexClr == CurrentContext.ContextType || 802ReaderFlags.PropertyComplexDP == CurrentContext.ContextType) 816if (ReaderFlags.DependencyObject == CurrentContext.ContextType) 905(context.ContextType != ReaderFlags.ConstructorParams && 906context.ContextType != ReaderFlags.RealizeDeferContent)) 1006(ReaderFlags.PropertyComplexClr == currentContext.ContextType || 1007ReaderFlags.PropertyComplexDP == currentContext.ContextType) && 1170(ReaderFlags.DependencyObject != CurrentContext.ContextType && 1171ReaderFlags.ClrObject != CurrentContext.ContextType)) 1215Debug.Assert( CurrentContext.ContextType != ReaderFlags.PropertyComplexClr ); 1216Debug.Assert( CurrentContext.ContextType != ReaderFlags.PropertyComplexDP ); 1218switch (CurrentContext.ContextType) 1268Debug.Assert(CurrentContext.ContextType == ReaderFlags.ConstructorParams); 1929(ReaderFlags.DependencyObject != CurrentContext.ContextType && 1930ReaderFlags.ClrObject != CurrentContext.ContextType)) 1982else if ( (CurrentContext.ContextType == ReaderFlags.PropertyComplexClr) 1983|| (CurrentContext.ContextType == ReaderFlags.PropertyComplexDP) ) 2030!(ReaderFlags.ClrObject == CurrentContext.ContextType || 2031ReaderFlags.DependencyObject == CurrentContext.ContextType)) 2041ReaderFlags.DependencyObject == CurrentContext.ContextType /*targetIsDependencyObject*/ ); 2178(ReaderFlags.DependencyObject != CurrentContext.ContextType && 2179ReaderFlags.ClrObject != CurrentContext.ContextType)) 2269(ReaderFlags.DependencyObject != CurrentContext.ContextType && 2270ReaderFlags.ClrObject != CurrentContext.ContextType)) 2284(ReaderFlags.DependencyObject != CurrentContext.ContextType && 2285ReaderFlags.ClrObject != CurrentContext.ContextType)) 2300(ReaderFlags.DependencyObject != CurrentContext.ContextType && 2301ReaderFlags.ClrObject != CurrentContext.ContextType)) 2423(ReaderFlags.DependencyObject != CurrentContext.ContextType && 2424ReaderFlags.ClrObject != CurrentContext.ContextType)) 2624(ReaderFlags.DependencyObject != CurrentContext.ContextType && 2625ReaderFlags.ClrObject != CurrentContext.ContextType)) 3121if (context.ContextType == ReaderFlags.PropertyArray) 3178else if (context.ContextType == ReaderFlags.PropertyIDictionary) 3199else if (context.ContextType == ReaderFlags.PropertyIList) 3220else if (context.ContextType == ReaderFlags.PropertyIAddChild) 3243else if (context.ContextType == ReaderFlags.PropertyArray) 3433switch (CurrentContext.ContextType) 3627ReaderFlags.PropertyComplexDP == CurrentContext.ContextType && 3831ReaderFlags.PropertyComplexClr == CurrentContext.ContextType && 3880ReaderFlags.ConstructorParams == CurrentContext.ContextType); 4080else if (stackData.ContextType == ReaderFlags.DependencyObject) 4510ReaderFlags parentContextType = parentContext != null ? parentContext.ContextType : ReaderFlags.Unknown; 4568(ReaderFlags.DependencyObject != currentContext.ContextType && 4569ReaderFlags.ClrObject != currentContext.ContextType)) 4732if( parentContext.ContextType == ReaderFlags.PropertyComplexClr ) 4742if( parentContext.ContextType == ReaderFlags.PropertyComplexDP ) 5295ParentContext.ContextType == ReaderFlags.PropertyComplexDP)
System\Windows\Markup\ReaderContextStackData.cs (2)
150return ContextType == ReaderFlags.DependencyObject 152ContextType == ReaderFlags.ClrObject;