20 references to DependencyObject
PresentationFramework (20)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (19)
743
Debug.Assert(ReaderFlags.
DependencyObject
== CurrentContext.ContextType);
831
Debug.Assert(ReaderFlags.
DependencyObject
== CurrentContext.ContextType ||
837
if (ReaderFlags.
DependencyObject
== CurrentContext.ContextType ||
854
if (ReaderFlags.
DependencyObject
== CurrentContext.ContextType)
912
ReaderFlags flags = (typeof(DependencyObject).IsAssignableFrom(elementType) ? ReaderFlags.
DependencyObject
:
1212
(ReaderFlags.
DependencyObject
!= CurrentContext.ContextType &&
1283
ReaderFlags.
DependencyObject
:
1978
(ReaderFlags.
DependencyObject
!= CurrentContext.ContextType &&
2080
ReaderFlags.
DependencyObject
== CurrentContext.ContextType))
2090
ReaderFlags.
DependencyObject
== CurrentContext.ContextType /*targetIsDependencyObject*/ );
2227
(ReaderFlags.
DependencyObject
!= CurrentContext.ContextType &&
2318
(ReaderFlags.
DependencyObject
!= CurrentContext.ContextType &&
2333
(ReaderFlags.
DependencyObject
!= CurrentContext.ContextType &&
2349
(ReaderFlags.
DependencyObject
!= CurrentContext.ContextType &&
2470
(ReaderFlags.
DependencyObject
!= CurrentContext.ContextType &&
2673
(ReaderFlags.
DependencyObject
!= CurrentContext.ContextType &&
3489
case ReaderFlags.
DependencyObject
:
4139
else if (stackData.ContextType == ReaderFlags.
DependencyObject
)
4636
(ReaderFlags.
DependencyObject
!= currentContext.ContextType &&
src\Framework\System\Windows\Markup\ReaderContextStackData.cs (1)
155
return ContextType == ReaderFlags.
DependencyObject