18 references to DType
PresentationFramework (18)
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (1)
265
FrameworkElement.
DType
.IsInstanceOfType(parent) ||
src\Framework\MS\Internal\FrameworkObject.cs (2)
62
if (FrameworkElement.
DType
.IsInstanceOfType(d))
104
if (FrameworkElement.
DType
.IsInstanceOfType(d))
src\Framework\MS\Internal\Helper.cs (1)
300
if (FrameworkElement.
DType
.IsInstanceOfType(d))
src\Framework\MS\Internal\PrePostDescendentsWalker.cs (1)
79
if (FrameworkElement.
DType
.IsInstanceOfType(startNode) || FrameworkContentElement.DType.IsInstanceOfType(startNode))
src\Framework\System\Windows\BroadcastEventHelper.cs (4)
292
if (FrameworkElement.
DType
.IsInstanceOfType(d))
421
if (FrameworkElement.
DType
.IsInstanceOfType(d))
434
if (FrameworkElement.
DType
.IsInstanceOfType(d))
446
if (FrameworkElement.
DType
.IsInstanceOfType(d))
src\Framework\System\Windows\DescendentsWalker.cs (4)
55
if (FrameworkElement.
DType
.IsInstanceOfType(_startNode) ||
78
if (FrameworkElement.
DType
.IsInstanceOfType(d))
323
if (child != null && FrameworkElement.
DType
.IsInstanceOfType(child))
403
if (FrameworkElement.
DType
.IsInstanceOfType(d))
src\Framework\System\Windows\DescendentsWalkerBase.cs (1)
37
if (FrameworkElement.
DType
.IsInstanceOfType(ancestor))
src\Framework\System\Windows\FrameworkElement.cs (1)
2233
if(FrameworkElement.
DType
.IsInstanceOfType(layoutParent))
src\Framework\System\Windows\Media\Animation\Storyboard.cs (1)
931
if( FrameworkElement.
DType
.IsInstanceOfType(targetObject) )
src\Framework\System\Windows\StyleHelper.cs (1)
2336
if (FrameworkElement.
DType
.IsInstanceOfType(d))
src\Framework\System\Windows\TreeWalkHelper.cs (1)
1009
if (visitedViaVisualTree && FrameworkElement.
DType
.IsInstanceOfType(d))