11 references to PropertyComplexDP
PresentationFramework (11)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (11)
834
ReaderFlags.
PropertyComplexDP
== CurrentContext.ContextType);
840
ReaderFlags.
PropertyComplexDP
== CurrentContext.ContextType)
1047
ReaderFlags.
PropertyComplexDP
== currentContext.ContextType) &&
1258
Debug.Assert( CurrentContext.ContextType != ReaderFlags.
PropertyComplexDP
);
2032
|| (CurrentContext.ContextType == ReaderFlags.
PropertyComplexDP
) )
2099
PushContext(ReaderFlags.
PropertyComplexDP
, propertyDefinition.AttributeInfo, propertyDefinition.PropertyType, 0);
3545
case ReaderFlags.
PropertyComplexDP
:
3680
ReaderFlags.
PropertyComplexDP
== CurrentContext.ContextType &&
4580
parentContextType == ReaderFlags.
PropertyComplexDP
||
4810
if( parentContext.ContextType == ReaderFlags.
PropertyComplexDP
)
5376
ParentContext.ContextType == ReaderFlags.
PropertyComplexDP
)