4 references to IsMasterPageProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (4)
337
/// DependencyProperty getter for <see cref="
IsMasterPageProperty
" /> property.
346
return (bool)element.GetValue(
IsMasterPageProperty
);
350
/// DependencyProperty setter for <see cref="
IsMasterPageProperty
" /> property.
360
element.SetValue(
IsMasterPageProperty
, value);