4 references to IsMasterPageProperty
PresentationFramework (4)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (4)
318
/// DependencyProperty getter for <see cref="
IsMasterPageProperty
" /> property.
324
return (bool)element.GetValue(
IsMasterPageProperty
);
328
/// DependencyProperty setter for <see cref="
IsMasterPageProperty
" /> property.
335
element.SetValue(
IsMasterPageProperty
, value);