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