7 writes to _fce
PresentationFramework (7)
src\Framework\MS\Internal\FrameworkObject.cs (7)
65
_fce
= null;
70
_fce
= (FrameworkContentElement)d;
75
_fce
= null;
92
_fce
= fce;
107
_fce
= null;
112
_fce
= (FrameworkContentElement)d;
117
_fce
= null;
48 references to _fce
PresentationFramework (48)
src\Framework\MS\Internal\FrameworkObject.cs (48)
82
if (throwIfNeither && _fe == null &&
_fce
== null)
126
internal FrameworkContentElement FCE { get { return
_fce
; } }
130
internal bool IsFCE { get { return (
_fce
!= null); } }
131
internal bool IsValid { get { return (_fe != null ||
_fce
!= null); } }
148
return
_fce
.Parent;
167
return
_fce
.TemplateChildIndex;
186
return
_fce
.TemplatedParent;
205
return
_fce
.ThemeStyle;
224
return
_fce
.Language;
291
DependencyObject parent =
_fce
.Parent;
298
if (
_fce
.IsParentAnFE)
309
parent = ContentOperations.GetParent((ContentElement)
_fce
);
317
foParent.Reset(Helper.FindMentor(
_fce
.InheritanceContext));
373
return
_fce
.Style;
388
_fce
.Style = value;
404
return
_fce
.IsStyleSetFromGenerator;
419
_fce
.IsStyleSetFromGenerator = value;
439
parent =
_fce
.Parent;
489
return
_fce
.IsLoaded;
508
return
_fce
.IsInitialized;
527
return
_fce
.ThisHasLoadedChangeEventHandler;
546
return
_fce
.SubtreeHasLoadedChangeHandler;
561
_fce
.SubtreeHasLoadedChangeHandler = value;
576
return
_fce
.InheritanceBehavior;
595
return
_fce
.StoresParentTemplateValues;
610
_fce
.StoresParentTemplateValues = value;
643
_fce
.HasResourceReference = value;
715
return
_fce
.ShouldLookupImplicitStyles;
730
_fce
.ShouldLookupImplicitStyles = value;
797
_fce
.ChangeLogicalParent(newParent);
809
_fce
.BeginInit();
825
_fce
.EndInit();
841
return
_fce
.FindName(name, out scopeOwner);
925
logicalParent =
_fce
.Parent;
976
_fce
.RaiseEvent(args);
988
_fce
.OnLoaded(args);
1000
_fce
.OnUnloaded(args);
1012
_fce
.ChangeSubtreeHasLoadedChangedHandler(mentor);
1024
_fce
.RaiseInheritedPropertyChangedEvent(ref info);
1056
_fce
.Loaded += value;
1071
_fce
.Loaded -= value;
1090
_fce
.Unloaded += value;
1105
_fce
.Unloaded -= value;
1124
_fce
.InheritedPropertyChanged += value;
1139
_fce
.InheritedPropertyChanged -= value;
1158
_fce
.ResourcesChanged += value;
1173
_fce
.ResourcesChanged -= value;
1199
return
_fce
.ToString();