7 references to HiddenParentProperty
PresentationFramework (7)
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
662SetValue(PathNode.HiddenParentProperty, parent);
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (1)
243parent = (DependencyObject)current.GetValue(PathNode.HiddenParentProperty);
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1227oldDocument.ClearValue(PathNode.HiddenParentProperty); 1259newDocument.SetValue(PathNode.HiddenParentProperty, this);
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
1352depObj.ClearValue(PathNode.HiddenParentProperty); 1398doc.SetValue(PathNode.HiddenParentProperty, this); 1411flowDocument.SetValue(PathNode.HiddenParentProperty, this);