7 references to HiddenParentProperty
PresentationFramework (7)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
635
SetValue(PathNode.
HiddenParentProperty
, parent);
MS\Internal\Annotations\Anchoring\PathNode.cs (1)
230
parent = (DependencyObject)current.GetValue(PathNode.
HiddenParentProperty
);
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1216
oldDocument.ClearValue(PathNode.
HiddenParentProperty
);
1248
newDocument.SetValue(PathNode.
HiddenParentProperty
, this);
System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
1335
depObj.ClearValue(PathNode.
HiddenParentProperty
);
1381
doc.SetValue(PathNode.
HiddenParentProperty
, this);
1394
flowDocument.SetValue(PathNode.
HiddenParentProperty
, this);