34 references to IsInstanceOfType
PresentationCore (3)
Core\CSharp\System\Windows\Input\InputElement.cs (3)
32return UIElementType.IsInstanceOfType(o); 38return UIElement3DType.IsInstanceOfType(o); 44return ContentElementType.IsInstanceOfType(o);
PresentationFramework (30)
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (2)
265FrameworkElement.DType.IsInstanceOfType(parent) || 266FrameworkContentElement.DType.IsInstanceOfType(parent))
src\Framework\MS\Internal\FrameworkObject.cs (4)
62if (FrameworkElement.DType.IsInstanceOfType(d)) 67else if (FrameworkContentElement.DType.IsInstanceOfType(d)) 104if (FrameworkElement.DType.IsInstanceOfType(d)) 109else if (FrameworkContentElement.DType.IsInstanceOfType(d))
src\Framework\MS\Internal\Helper.cs (2)
300if (FrameworkElement.DType.IsInstanceOfType(d)) 305else if (FrameworkContentElement.DType.IsInstanceOfType(d))
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (1)
226if (elements.Count == 1 && ClipboardProcessor.InkCanvasDType.IsInstanceOfType(elements[0]))
src\Framework\MS\Internal\PrePostDescendentsWalker.cs (2)
79if (FrameworkElement.DType.IsInstanceOfType(startNode) || FrameworkContentElement.DType.IsInstanceOfType(startNode))
src\Framework\System\Windows\BroadcastEventHelper.cs (5)
292if (FrameworkElement.DType.IsInstanceOfType(d)) 421if (FrameworkElement.DType.IsInstanceOfType(d)) 425else if (FrameworkContentElement.DType.IsInstanceOfType(d)) 434if (FrameworkElement.DType.IsInstanceOfType(d)) 446if (FrameworkElement.DType.IsInstanceOfType(d))
src\Framework\System\Windows\DescendentsWalker.cs (7)
55if (FrameworkElement.DType.IsInstanceOfType(_startNode) || 56FrameworkContentElement.DType.IsInstanceOfType(_startNode)) 78if (FrameworkElement.DType.IsInstanceOfType(d)) 99else if (FrameworkContentElement.DType.IsInstanceOfType(d)) 323if (child != null && FrameworkElement.DType.IsInstanceOfType(child)) 403if (FrameworkElement.DType.IsInstanceOfType(d)) 407else if (FrameworkContentElement.DType.IsInstanceOfType(d))
src\Framework\System\Windows\DescendentsWalkerBase.cs (1)
37if (FrameworkElement.DType.IsInstanceOfType(ancestor))
src\Framework\System\Windows\FrameworkElement.cs (1)
2233if(FrameworkElement.DType.IsInstanceOfType(layoutParent))
src\Framework\System\Windows\Media\Animation\Storyboard.cs (2)
931if( FrameworkElement.DType.IsInstanceOfType(targetObject) ) 937if( FrameworkContentElement.DType.IsInstanceOfType(targetObject) )
src\Framework\System\Windows\StyleHelper.cs (2)
2336if (FrameworkElement.DType.IsInstanceOfType(d)) 2341else if (FrameworkContentElement.DType.IsInstanceOfType(d))
src\Framework\System\Windows\TreeWalkHelper.cs (1)
1009if (visitedViaVisualTree && FrameworkElement.DType.IsInstanceOfType(d))
WindowsBase (1)
Base\System\Windows\AttachedPropertyBrowsableForTypeAttribute.cs (1)
134if (_dTargetType != null && _dTargetType.IsInstanceOfType(d))